Html Css Color HEX #8815DD Blue Violet

📋 copy color: '#8815DD'

red 136 ◦ green 21 ◦ blue 221

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

Shades of Blue Violet #8815DD

Tints of Blue Violet #8815DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.47%

R = 35.98%
G = 5.56%
B = 58.47%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8815DD (or 0x8815DD) is known color: Blue Violet. HEX triplet: 88, 15 and DD. RGB value is (136,21,221). Sum of RGB (Red+Green+Blue) = 136+21+221=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #8815DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8815DD is #77EA22. Grayscale: #4D4D4D. Windows color (decimal): -7858723 or 14488968. OLE color: 14488968.

HSL color Cylindrical-coordinate representation of color #8815DD: hue angle of 274.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8815DD is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 21 221 -
CMYK 0.38 0.90 0 0.13
HSL 274.5º 0.83% 0.47% -
HSV(B) 274.5º 0.9% 0.87% -
XYZ 23.47 10.99 69.29 -
YUV 78.19 208.6 169.24 -
System Red Green Blue C M Y K H S L
Decimal 136 21 221 0.38 0.90 0 0.13 274.5 0.83 0.47
Hex 88 15 DD 26 5A 0 D 112 53 2F
Octal 210 25 335 46 132 0 15 422 123 57
Binary 10001000 10101 11011101 100110 1011010 0 1101 100010010 1010011 101111

Color Harmonies of #8815DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8815DD

Black with #8815DD

Text Example


Text Example

White with #8815DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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