Html Css Color HEX #8C0EEC Blue Violet

📋 copy color: '#8C0EEC'

red 140 ◦ green 14 ◦ blue 236

#8C0EEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #8C0EEC

Tints of Blue Violet #8C0EEC

RGB

 RED value IS 140 (55.08% from 255) = 35.9%

 GREEN value IS 14 (5.86% from 255) = 3.59%

 BLUE value IS 236 (92.58% from 255) = 60.51%

R = 35.9%
G = 3.59%
B = 60.51%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C0EEC (or 0x8C0EEC) is known color: Blue Violet. HEX triplet: 8C, 0E and EC. RGB value is (140,14,236). Sum of RGB (Red+Green+Blue) = 140+14+236=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 14 (5.86% from 255 or 3.59% from 390); Blue value is 236 (92.58% from 255 or 60.51% from 390); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C0EEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0EEC is #73F113. Grayscale: #4C4C4C. Windows color (decimal): -7598356 or 15470220. OLE color: 15470220.

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

Color convert

RGB 140 14 236 -
CMYK 0.41 0.94 0 0.07
HSL 274.05º 0.89% 0.49% -
HSV(B) 274.05º 0.94% 0.93% -
XYZ 26.11 11.95 80.29 -
YUV 76.98 217.74 172.95 -
System Red Green Blue C M Y K H S L
Decimal 140 14 236 0.41 0.94 0 0.07 274.05 0.89 0.49
Hex 8C E EC 29 5E 0 7 112 59 31
Octal 214 16 354 51 136 0 7 422 131 61
Binary 10001100 1110 11101100 101001 1011110 0 111 100010010 1011001 110001

Color Harmonies of #8C0EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0EEC

Black with #8C0EEC

Text Example


Text Example

White with #8C0EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,14,236); }

 H1.HeaderClassName
 {
   color: #8C0EEC;
 }
 .AnyTagClassName
 {
   color: #8C0EEC;
 }
</style>

background-color css

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

 a { background-color: rgb(140,14,236); }

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

border-color css

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

 span { border-color: rgb(140,14,236); }

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