Html Css Color HEX #8808B4 Dark Violet

📋 copy color: '#8808B4'

red 136 ◦ green 8 ◦ blue 180

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

Shades of Dark Violet #8808B4

Tints of Dark Violet #8808B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 55.56%

R = 41.98%
G = 2.47%
B = 55.56%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8808B4 (or 0x8808B4) is known color: Dark Violet. HEX triplet: 88, 08 and B4. RGB value is (136,8,180). Sum of RGB (Red+Green+Blue) = 136+8+180=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 180 (70.70% from 255 or 55.56% from 324); Max value from RGB is 180 - color contains mainly: blue. Hex color #8808B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8808B4 is #77F74B. Grayscale: #414141. Windows color (decimal): -7862092 or 11798664. OLE color: 11798664.

HSL color Cylindrical-coordinate representation of color #8808B4: hue angle of 284.65º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8808B4 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 136 8 180 -
CMYK 0.24 0.96 0 0.29
HSL 284.65º 0.91% 0.37% -
HSV(B) 284.65º 0.96% 0.71% -
XYZ 18.48 8.7 43.89 -
YUV 65.88 192.41 178.01 -
System Red Green Blue C M Y K H S L
Decimal 136 8 180 0.24 0.96 0 0.29 284.65 0.91 0.37
Hex 88 8 B4 18 60 0 1D 11D 5B 25
Octal 210 10 264 30 140 0 35 435 133 45
Binary 10001000 1000 10110100 11000 1100000 0 11101 100011101 1011011 100101

Color Harmonies of #8808B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8808B4

Black with #8808B4

Text Example


Text Example

White with #8808B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8808B4; }

 p { color: rgb(136,8,180); }

 H1.HeaderClassName
 {
   color: #8808B4;
 }
 .AnyTagClassName
 {
   color: #8808B4;
 }
</style>

background-color css

<style>
 a { background-color: #8808B4; }

 a { background-color: rgb(136,8,180); }

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

border-color css

<style>
 span { border-color: #8808B4; }

 span { border-color: rgb(136,8,180); }

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