#8C0FEE

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

Shades of Blue Violet #8C0FEE

Tints of Blue Violet #8C0FEE

Color information

#8C0FEE (or 0x8C0FEE) is unknown color: approx Blue Violet. HEX triplet: 8C, 0F and EE. RGB value is (140,15,238). Sum of RGB (Red+Green+Blue) = 140+15+238=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 238 (93.36% from 255 or 60.56% from 393); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C0FEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0FEE is #73F011. Grayscale: #4D4D4D. Windows color (decimal): -7598098 or 15601548. OLE color: 15601548.

HSL color Cylindrical-coordinate representation of color #8C0FEE: hue angle of 273.63º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0FEE is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14015238-
CMYK0.410.9400.07
HSL273.63º88.14%49.61%-
HSV(B)273.63º93.7%93.33%-
XYZ26.4212.0981.83-
YUV77.8218.41172.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.62%
GREEN value IS 15 (6.25% from 255) = 3.82%
BLUE value IS 238 (93.36% from 255) = 60.56%
R=35.62%
G=3.82%
B=60.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal140152380.410.9400.07273.6388.1449.61
Hex8CFEE295E071125832
Octal21417356511360742213062
Binary10001100111111101110101001101111001111000100101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,15,238); }

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

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

 a { background-color: rgb(140,15,238); }

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

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

 span { border-color: rgb(140,15,238); }

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