#8C06F2

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

Shades of Dark Violet #8C06F2

Tints of Dark Violet #8C06F2

Color information

#8C06F2 (or 0x8C06F2) is unknown color: approx Dark Violet. HEX triplet: 8C, 06 and F2. RGB value is (140,6,242). Sum of RGB (Red+Green+Blue) = 140+6+242=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 242 (94.92% from 255 or 62.37% from 388); Max value from RGB is 242 - color contains mainly: blue. Hex color #8C06F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C06F2 is #73F90D. Grayscale: #484848. Windows color (decimal): -7600398 or 15861388. OLE color: 15861388.

HSL color Cylindrical-coordinate representation of color #8C06F2: hue angle of 274.07º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C06F2 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1406242-
CMYK0.420.9800.05
HSL274.07º95.16%48.63%-
HSV(B)274.07º97.52%94.9%-
XYZ26.9112.1284.92-
YUV72.97223.39175.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.08%
GREEN value IS 6 (2.73% from 255) = 1.55%
BLUE value IS 242 (94.92% from 255) = 62.37%
R=36.08%
G=1.55%
B=62.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal14062420.420.9800.05274.0795.1648.63
Hex8C6F22A62051125f31
Octal2146362521420542213761
Binary1000110011011110010101010110001001011000100101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C06F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,6,242); }

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

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

 a { background-color: rgb(140,6,242); }

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

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

 span { border-color: rgb(140,6,242); }

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