Html Css Color HEX #8815D5 Dark Violet

📋 copy color: '#8815D5'

red 136 ◦ green 21 ◦ blue 213

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

Shades of Dark Violet #8815D5

Tints of Dark Violet #8815D5

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.68%

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

R = 36.76%
G = 5.68%
B = 57.57%

CMYK

 C value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8815D5 (or 0x8815D5) is known color: Dark Violet. HEX triplet: 88, 15 and D5. RGB value is (136,21,213). Sum of RGB (Red+Green+Blue) = 136+21+213=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 213 (83.59% from 255 or 57.57% from 370); Max value from RGB is 213 - color contains mainly: blue. Hex color #8815D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8815D5 is #77EA2A. Grayscale: #4C4C4C. Windows color (decimal): -7858731 or 13964680. OLE color: 13964680.

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

Color convert

RGB 136 21 213 -
CMYK 0.36 0.90 0 0.16
HSL 275.94º 0.82% 0.46% -
HSV(B) 275.94º 0.9% 0.84% -
XYZ 22.43 10.57 63.81 -
YUV 77.27 204.6 169.89 -
System Red Green Blue C M Y K H S L
Decimal 136 21 213 0.36 0.90 0 0.16 275.94 0.82 0.46
Hex 88 15 D5 24 5A 0 10 114 52 2E
Octal 210 25 325 44 132 0 20 424 122 56
Binary 10001000 10101 11010101 100100 1011010 0 10000 100010100 1010010 101110

Color Harmonies of #8815D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8815D5

Black with #8815D5

Text Example


Text Example

White with #8815D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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