Html Css Color HEX #9010DD Dark Violet

📋 copy color: '#9010DD'

red 144 ◦ green 16 ◦ blue 221

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

Shades of Dark Violet #9010DD

Tints of Dark Violet #9010DD

RGB

 RED value IS 144 (56.64% from 255) = 37.8%

 GREEN value IS 16 (6.64% from 255) = 4.2%

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

R = 37.8%
G = 4.2%
B = 58.01%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9010DD (or 0x9010DD) is known color: Dark Violet. HEX triplet: 90, 10 and DD. RGB value is (144,16,221). Sum of RGB (Red+Green+Blue) = 144+16+221=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #9010DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9010DD is #6FEF22. Grayscale: #4C4C4C. Windows color (decimal): -7335715 or 14487696. OLE color: 14487696.

HSL color Cylindrical-coordinate representation of color #9010DD: hue angle of 277.46º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9010DD is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 16 221 -
CMYK 0.35 0.93 0 0.13
HSL 277.46º 0.86% 0.46% -
HSV(B) 277.46º 0.93% 0.87% -
XYZ 24.74 11.52 69.33 -
YUV 77.64 208.91 175.33 -
System Red Green Blue C M Y K H S L
Decimal 144 16 221 0.35 0.93 0 0.13 277.46 0.86 0.46
Hex 90 10 DD 23 5D 0 D 115 56 2E
Octal 220 20 335 43 135 0 15 425 126 56
Binary 10010000 10000 11011101 100011 1011101 0 1101 100010101 1010110 101110

Color Harmonies of #9010DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9010DD

Black with #9010DD

Text Example


Text Example

White with #9010DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,16,221); }

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

background-color css

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

 a { background-color: rgb(144,16,221); }

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

border-color css

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

 span { border-color: rgb(144,16,221); }

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