Html Css Color HEX #8805EE Dark Violet

📋 copy color: '#8805EE'

red 136 ◦ green 5 ◦ blue 238

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

Shades of Dark Violet #8805EE

Tints of Dark Violet #8805EE

RGB

 RED value IS 136 (53.52% from 255) = 35.88%

 GREEN value IS 5 (2.34% from 255) = 1.32%

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

R = 35.88%
G = 1.32%
B = 62.8%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8805EE (or 0x8805EE) is known color: Dark Violet. HEX triplet: 88, 05 and EE. RGB value is (136,5,238). Sum of RGB (Red+Green+Blue) = 136+5+238=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #8805EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8805EE is #77FA11. Grayscale: #454545. Windows color (decimal): -7862802 or 15598984. OLE color: 15598984.

HSL color Cylindrical-coordinate representation of color #8805EE: hue angle of 273.73º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8805EE is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 5 238 -
CMYK 0.43 0.98 0 0.07
HSL 273.73º 0.96% 0.48% -
HSV(B) 273.73º 0.98% 0.93% -
XYZ 25.64 11.52 81.76 -
YUV 70.73 222.4 174.55 -
System Red Green Blue C M Y K H S L
Decimal 136 5 238 0.43 0.98 0 0.07 273.73 0.96 0.48
Hex 88 5 EE 2B 62 0 7 112 60 30
Octal 210 5 356 53 142 0 7 422 140 60
Binary 10001000 101 11101110 101011 1100010 0 111 100010010 1100000 110000

Color Harmonies of #8805EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8805EE

Black with #8805EE

Text Example


Text Example

White with #8805EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8805EE; }

 p { color: rgb(136,5,238); }

 H1.HeaderClassName
 {
   color: #8805EE;
 }
 .AnyTagClassName
 {
   color: #8805EE;
 }
</style>

background-color css

<style>
 a { background-color: #8805EE; }

 a { background-color: rgb(136,5,238); }

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

border-color css

<style>
 span { border-color: #8805EE; }

 span { border-color: rgb(136,5,238); }

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