#8C05F0

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

Shades of Dark Violet #8C05F0

Tints of Dark Violet #8C05F0

Color information

#8C05F0 (or 0x8C05F0) is unknown color: approx Dark Violet. HEX triplet: 8C, 05 and F0. RGB value is (140,5,240). Sum of RGB (Red+Green+Blue) = 140+5+240=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 240 (94.14% from 255 or 62.34% from 385); Max value from RGB is 240 - color contains mainly: blue. Hex color #8C05F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C05F0 is #73FA0F. Grayscale: #474747. Windows color (decimal): -7600656 or 15730060. OLE color: 15730060.

HSL color Cylindrical-coordinate representation of color #8C05F0: hue angle of 274.47º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C05F0 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1405240-
CMYK0.420.9800.06
HSL274.47º95.92%48.04%-
HSV(B)274.47º97.92%94.12%-
XYZ26.611.9883.35-
YUV72.16222.73176.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.36%
GREEN value IS 5 (2.34% from 255) = 1.30%
BLUE value IS 240 (94.14% from 255) = 62.34%
R=36.36%
G=1.30%
B=62.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal14052400.420.9800.06274.4795.9248.04
Hex8C5F02A62061126030
Octal2145360521420642214060
Binary1000110010111110000101010110001001101000100101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C05F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,5,240); }

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

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

 a { background-color: rgb(140,5,240); }

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

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

 span { border-color: rgb(140,5,240); }

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