Html Css Color HEX #8814D5 Dark Violet

📋 copy color: '#8814D5'

red 136 ◦ green 20 ◦ blue 213

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

Shades of Dark Violet #8814D5

Tints of Dark Violet #8814D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 57.72%

R = 36.86%
G = 5.42%
B = 57.72%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8814D5 (or 0x8814D5) is known color: Dark Violet. HEX triplet: 88, 14 and D5. RGB value is (136,20,213). Sum of RGB (Red+Green+Blue) = 136+20+213=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 213 (83.59% from 255 or 57.72% from 369); Max value from RGB is 213 - color contains mainly: blue. Hex color #8814D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8814D5 is #77EB2A. Grayscale: #4C4C4C. Windows color (decimal): -7858987 or 13964424. OLE color: 13964424.

HSL color Cylindrical-coordinate representation of color #8814D5: hue angle of 276.06º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8814D5 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 136 20 213 -
CMYK 0.36 0.91 0 0.16
HSL 276.06º 0.83% 0.46% -
HSV(B) 276.06º 0.91% 0.84% -
XYZ 22.41 10.54 63.8 -
YUV 76.69 204.93 170.31 -
System Red Green Blue C M Y K H S L
Decimal 136 20 213 0.36 0.91 0 0.16 276.06 0.83 0.46
Hex 88 14 D5 24 5B 0 10 114 53 2E
Octal 210 24 325 44 133 0 20 424 123 56
Binary 10001000 10100 11010101 100100 1011011 0 10000 100010100 1010011 101110

Color Harmonies of #8814D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8814D5

Black with #8814D5

Text Example


Text Example

White with #8814D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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