Html Css Color HEX #8901DD Dark Violet

📋 copy color: '#8901DD'

red 137 ◦ green 1 ◦ blue 221

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

Shades of Dark Violet #8901DD

Tints of Dark Violet #8901DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 38.16%
G = 0.28%
B = 61.56%

CMYK

 C value IS 0.38

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8901DD (or 0x8901DD) is known color: Dark Violet. HEX triplet: 89, 01 and DD. RGB value is (137,1,221). Sum of RGB (Red+Green+Blue) = 137+1+221=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #8901DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8901DD is #76FE22. Grayscale: #424242. Windows color (decimal): -7798307 or 14483849. OLE color: 14483849.

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

Color convert

RGB 137 1 221 -
CMYK 0.38 1.00 0 0.13
HSL 277.09º 0.99% 0.44% -
HSV(B) 277.09º 1% 0.87% -
XYZ 23.38 10.56 69.21 -
YUV 66.74 215.06 178.11 -
System Red Green Blue C M Y K H S L
Decimal 137 1 221 0.38 1.00 0 0.13 277.09 0.99 0.44
Hex 89 1 DD 26 64 0 D 115 63 2C
Octal 211 1 335 46 144 0 15 425 143 54
Binary 10001001 1 11011101 100110 1100100 0 1101 100010101 1100011 101100

Color Harmonies of #8901DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8901DD

Black with #8901DD

Text Example


Text Example

White with #8901DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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