#8C00F9

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

Shades of Dark Violet #8C00F9

Tints of Dark Violet #8C00F9

Color information

#8C00F9 (or 0x8C00F9) is unknown color: approx Dark Violet. HEX triplet: 8C, 00 and F9. RGB value is (140,0,249). Sum of RGB (Red+Green+Blue) = 140+0+249=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 249 (97.66% from 255 or 64.01% from 389); Max value from RGB is 249 - color contains mainly: blue. Hex color #8C00F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C00F9 is #73FF06. Grayscale: #454545. Windows color (decimal): -7601927 or 16318604. OLE color: 16318604.

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

Color convert

RGB1400249-
CMYK0.44100.02
HSL273.73º100%48.82%-
HSV(B)273.73º100%97.65%-
XYZ27.9112.4290.55-
YUV70.25228.88177.75-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 249 (97.66% from 255) = 64.01%
R=35.99%
G=0%
B=64.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal14002490.44100.02273.7310048.82
Hex8C0F92C64021126431
Octal2140371541440242214461
Binary1000110001111100110110011001000101000100101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C00F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,0,249); }

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

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

 a { background-color: rgb(140,0,249); }

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

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

 span { border-color: rgb(140,0,249); }

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