Html Css Color HEX #8804DD Dark Violet

📋 copy color: '#8804DD'

red 136 ◦ green 4 ◦ blue 221

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

Shades of Dark Violet #8804DD

Tints of Dark Violet #8804DD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.11%

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

R = 37.67%
G = 1.11%
B = 61.22%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8804DD (or 0x8804DD) is known color: Dark Violet. HEX triplet: 88, 04 and DD. RGB value is (136,4,221). Sum of RGB (Red+Green+Blue) = 136+4+221=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #8804DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8804DD is #77FB22. Grayscale: #434343. Windows color (decimal): -7863075 or 14484616. OLE color: 14484616.

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

Color convert

RGB 136 4 221 -
CMYK 0.38 0.98 0 0.13
HSL 276.5º 0.96% 0.44% -
HSV(B) 276.5º 0.98% 0.87% -
XYZ 23.25 10.54 69.22 -
YUV 68.21 214.23 176.36 -
System Red Green Blue C M Y K H S L
Decimal 136 4 221 0.38 0.98 0 0.13 276.5 0.96 0.44
Hex 88 4 DD 26 62 0 D 114 60 2C
Octal 210 4 335 46 142 0 15 424 140 54
Binary 10001000 100 11011101 100110 1100010 0 1101 100010100 1100000 101100

Color Harmonies of #8804DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8804DD

Black with #8804DD

Text Example


Text Example

White with #8804DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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