Html Css Color HEX #8C0EEF Blue Violet

📋 copy color: '#8C0EEF'

red 140 ◦ green 14 ◦ blue 239

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

Shades of Blue Violet #8C0EEF

Tints of Blue Violet #8C0EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.81%

R = 35.62%
G = 3.56%
B = 60.81%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8C0EEF (or 0x8C0EEF) is known color: Blue Violet. HEX triplet: 8C, 0E and EF. RGB value is (140,14,239). Sum of RGB (Red+Green+Blue) = 140+14+239=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C0EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0EEF is #73F110. Grayscale: #4C4C4C. Windows color (decimal): -7598353 or 15666828. OLE color: 15666828.

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

Color convert

RGB 140 14 239 -
CMYK 0.41 0.94 0 0.06
HSL 273.6º 0.89% 0.5% -
HSV(B) 273.6º 0.94% 0.94% -
XYZ 26.55 12.12 82.6 -
YUV 77.32 219.24 172.7 -
System Red Green Blue C M Y K H S L
Decimal 140 14 239 0.41 0.94 0 0.06 273.6 0.89 0.5
Hex 8C E EF 29 5E 0 6 112 59 32
Octal 214 16 357 51 136 0 6 422 131 62
Binary 10001100 1110 11101111 101001 1011110 0 110 100010010 1011001 110010

Color Harmonies of #8C0EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0EEF

Black with #8C0EEF

Text Example


Text Example

White with #8C0EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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