Html Css Color HEX #8900DD Dark Violet

📋 copy color: '#8900DD'

red 137 ◦ green 0 ◦ blue 221

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

Shades of Dark Violet #8900DD

Tints of Dark Violet #8900DD

RGB

 RED value IS 137 (53.91% from 255) = 38.27%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.27%
G = 0%
B = 61.73%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8900DD (or 0x8900DD) is known color: Dark Violet. HEX triplet: 89, 00 and DD. RGB value is (137,0,221). Sum of RGB (Red+Green+Blue) = 137+0+221=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #8900DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8900DD is #76FF22. Grayscale: #414141. Windows color (decimal): -7798563 or 14483593. OLE color: 14483593.

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

Color convert

RGB 137 0 221 -
CMYK 0.38 1 0 0.13
HSL 277.19º 1% 0.43% -
HSV(B) 277.19º 1% 0.87% -
XYZ 23.37 10.54 69.21 -
YUV 66.16 215.39 178.53 -
System Red Green Blue C M Y K H S L
Decimal 137 0 221 0.38 1 0 0.13 277.19 1 0.43
Hex 89 0 DD 26 64 0 D 115 64 2B
Octal 211 0 335 46 144 0 15 425 144 53
Binary 10001001 0 11011101 100110 1100100 0 1101 100010101 1100100 101011

Color Harmonies of #8900DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8900DD

Black with #8900DD

Text Example


Text Example

White with #8900DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,0,221); }

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

background-color css

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

 a { background-color: rgb(137,0,221); }

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

border-color css

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

 span { border-color: rgb(137,0,221); }

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