#8C1FC4

Color #8C1FC4 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8C1FC4

Tints of Dark Orchid #8C1FC4

Color information

#8C1FC4 (or 0x8C1FC4) is unknown color: approx Dark Orchid. HEX triplet: 8C, 1F and C4. RGB value is (140,31,196). Sum of RGB (Red+Green+Blue) = 140+31+196=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 196 (76.95% from 255 or 53.41% from 367); Max value from RGB is 196 - color contains mainly: blue. Hex color #8C1FC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C1FC4 is #73E03B. Grayscale: #515151. Windows color (decimal): -7594044 or 12853132. OLE color: 12853132.

HSL color Cylindrical-coordinate representation of color #8C1FC4: hue angle of 279.64º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C1FC4 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14031196-
CMYK0.290.8400.23
HSL279.64º72.69%44.51%-
HSV(B)279.64º84.18%76.86%-
XYZ21.2710.5453.14-
YUV82.4192.11169.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 38.15%
GREEN value IS 31 (12.5% from 255) = 8.45%
BLUE value IS 196 (76.95% from 255) = 53.41%
R=38.15%
G=8.45%
B=53.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal140311960.290.8400.23279.6472.6944.51
Hex8C1FC41D54017118492d
Octal214373043512402743011155
Binary1000110011111110001001110110101000101111000110001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C1FC4; }

 p { color: rgb(140,31,196); }

 H1.HeaderClassName
 {
   color: #8C1FC4;
 }
 .AnyTagClassName
 {
   color: #8C1FC4;
 }
</style>
background-color css

<style>
 a { background-color: #8C1FC4; }

 a { background-color: rgb(140,31,196); }

 div.DivClassName
 {
   background-color: #8C1FC4;
 }
 .BgClassName
 {
   background-color: #8C1FC4;
 }
</style>
border-color css

<style>
 span { border-color: #8C1FC4; }

 span { border-color: rgb(140,31,196); }

 td.TdClassName
 {
   border-color: #8C1FC4;
 }
 .TagClassName
 {
   border-color: #8C1FC4;
 }
</style>