Html Css Color HEX #8C08EE Dark Violet

📋 copy color: '#8C08EE'

red 140 ◦ green 8 ◦ blue 238

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

Shades of Dark Violet #8C08EE

Tints of Dark Violet #8C08EE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.07%

 BLUE value IS 238 (93.36% from 255) = 61.66%

R = 36.27%
G = 2.07%
B = 61.66%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C08EE (or 0x8C08EE) is known color: Dark Violet. HEX triplet: 8C, 08 and EE. RGB value is (140,8,238). Sum of RGB (Red+Green+Blue) = 140+8+238=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C08EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C08EE is #73F711. Grayscale: #484848. Windows color (decimal): -7599890 or 15599756. OLE color: 15599756.

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

Color convert

RGB 140 8 238 -
CMYK 0.41 0.97 0 0.07
HSL 274.43º 0.93% 0.48% -
HSV(B) 274.43º 0.97% 0.93% -
XYZ 26.33 11.92 81.8 -
YUV 73.69 220.73 175.3 -
System Red Green Blue C M Y K H S L
Decimal 140 8 238 0.41 0.97 0 0.07 274.43 0.93 0.48
Hex 8C 8 EE 29 61 0 7 112 5D 30
Octal 214 10 356 51 141 0 7 422 135 60
Binary 10001100 1000 11101110 101001 1100001 0 111 100010010 1011101 110000

Color Harmonies of #8C08EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C08EE

Black with #8C08EE

Text Example


Text Example

White with #8C08EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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