Html Css Color HEX #8842DD Blue Violet

📋 copy color: '#8842DD'

red 136 ◦ green 66 ◦ blue 221

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

Shades of Blue Violet #8842DD

Tints of Blue Violet #8842DD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.6%

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

R = 32.15%
G = 15.6%
B = 52.25%

CMYK

 C value IS 0.38

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8842DD (or 0x8842DD) is known color: Blue Violet. HEX triplet: 88, 42 and DD. RGB value is (136,66,221). Sum of RGB (Red+Green+Blue) = 136+66+221=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #8842DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8842DD is #77BD22. Grayscale: #686868. Windows color (decimal): -7847203 or 14500488. OLE color: 14500488.

HSL color Cylindrical-coordinate representation of color #8842DD: hue angle of 267.1º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8842DD is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 66 221 -
CMYK 0.38 0.70 0 0.13
HSL 267.1º 0.7% 0.56% -
HSV(B) 267.1º 0.7% 0.87% -
XYZ 25.15 14.35 69.85 -
YUV 104.6 193.69 150.4 -
System Red Green Blue C M Y K H S L
Decimal 136 66 221 0.38 0.70 0 0.13 267.1 0.7 0.56
Hex 88 42 DD 26 46 0 D 10B 46 38
Octal 210 102 335 46 106 0 15 413 106 70
Binary 10001000 1000010 11011101 100110 1000110 0 1101 100001011 1000110 111000

Color Harmonies of #8842DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8842DD

Black with #8842DD

Text Example


Text Example

White with #8842DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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