Html Css Color HEX #8802EB Dark Violet

📋 copy color: '#8802EB'

red 136 ◦ green 2 ◦ blue 235

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

Shades of Dark Violet #8802EB

Tints of Dark Violet #8802EB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 235 (92.19% from 255) = 63%

R = 36.46%
G = 0.54%
B = 63%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8802EB (or 0x8802EB) is known color: Dark Violet. HEX triplet: 88, 02 and EB. RGB value is (136,2,235). Sum of RGB (Red+Green+Blue) = 136+2+235=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #8802EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8802EB is #77FD14. Grayscale: #434343. Windows color (decimal): -7863573 or 15401608. OLE color: 15401608.

HSL color Cylindrical-coordinate representation of color #8802EB: hue angle of 274.51º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8802EB is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 2 235 -
CMYK 0.42 0.99 0 0.08
HSL 274.51º 0.98% 0.46% -
HSV(B) 274.51º 0.99% 0.92% -
XYZ 25.17 11.28 79.45 -
YUV 68.63 221.89 176.05 -
System Red Green Blue C M Y K H S L
Decimal 136 2 235 0.42 0.99 0 0.08 274.51 0.98 0.46
Hex 88 2 EB 2A 63 0 8 113 62 2E
Octal 210 2 353 52 143 0 10 423 142 56
Binary 10001000 10 11101011 101010 1100011 0 1000 100010011 1100010 101110

Color Harmonies of #8802EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8802EB

Black with #8802EB

Text Example


Text Example

White with #8802EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8802EB; }

 p { color: rgb(136,2,235); }

 H1.HeaderClassName
 {
   color: #8802EB;
 }
 .AnyTagClassName
 {
   color: #8802EB;
 }
</style>

background-color css

<style>
 a { background-color: #8802EB; }

 a { background-color: rgb(136,2,235); }

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

border-color css

<style>
 span { border-color: #8802EB; }

 span { border-color: rgb(136,2,235); }

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