Html Css Color HEX #8814B8 Dark Violet

📋 copy color: '#8814B8'

red 136 ◦ green 20 ◦ blue 184

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

Shades of Dark Violet #8814B8

Tints of Dark Violet #8814B8

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.88%

 BLUE value IS 184 (72.27% from 255) = 54.12%

R = 40%
G = 5.88%
B = 54.12%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8814B8 (or 0x8814B8) is known color: Dark Violet. HEX triplet: 88, 14 and B8. RGB value is (136,20,184). Sum of RGB (Red+Green+Blue) = 136+20+184=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 184 (72.27% from 255 or 54.12% from 340); Max value from RGB is 184 - color contains mainly: blue. Hex color #8814B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8814B8 is #77EB47. Grayscale: #484848. Windows color (decimal): -7859016 or 12063880. OLE color: 12063880.

HSL color Cylindrical-coordinate representation of color #8814B8: hue angle of 282.44º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8814B8 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 136 20 184 -
CMYK 0.26 0.89 0 0.28
HSL 282.44º 0.8% 0.4% -
HSV(B) 282.44º 0.89% 0.72% -
XYZ 19.06 9.2 46.12 -
YUV 73.38 190.43 172.66 -
System Red Green Blue C M Y K H S L
Decimal 136 20 184 0.26 0.89 0 0.28 282.44 0.8 0.4
Hex 88 14 B8 1A 59 0 1C 11A 50 28
Octal 210 24 270 32 131 0 34 432 120 50
Binary 10001000 10100 10111000 11010 1011001 0 11100 100011010 1010000 101000

Color Harmonies of #8814B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8814B8

Black with #8814B8

Text Example


Text Example

White with #8814B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8814B8; }

 p { color: rgb(136,20,184); }

 H1.HeaderClassName
 {
   color: #8814B8;
 }
 .AnyTagClassName
 {
   color: #8814B8;
 }
</style>

background-color css

<style>
 a { background-color: #8814B8; }

 a { background-color: rgb(136,20,184); }

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

border-color css

<style>
 span { border-color: #8814B8; }

 span { border-color: rgb(136,20,184); }

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