Html Css Color HEX #9010DC Dark Violet

📋 copy color: '#9010DC'

red 144 ◦ green 16 ◦ blue 220

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

Shades of Dark Violet #9010DC

Tints of Dark Violet #9010DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.89%

R = 37.89%
G = 4.21%
B = 57.89%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9010DC (or 0x9010DC) is known color: Dark Violet. HEX triplet: 90, 10 and DC. RGB value is (144,16,220). Sum of RGB (Red+Green+Blue) = 144+16+220=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #9010DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9010DC is #6FEF23. Grayscale: #4C4C4C. Windows color (decimal): -7335716 or 14422160. OLE color: 14422160.

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

Color convert

RGB 144 16 220 -
CMYK 0.35 0.93 0 0.14
HSL 277.65º 0.86% 0.46% -
HSV(B) 277.65º 0.93% 0.86% -
XYZ 24.61 11.47 68.63 -
YUV 77.53 208.41 175.41 -
System Red Green Blue C M Y K H S L
Decimal 144 16 220 0.35 0.93 0 0.14 277.65 0.86 0.46
Hex 90 10 DC 23 5D 0 E 116 56 2E
Octal 220 20 334 43 135 0 16 426 126 56
Binary 10010000 10000 11011100 100011 1011101 0 1110 100010110 1010110 101110

Color Harmonies of #9010DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9010DC

Black with #9010DC

Text Example


Text Example

White with #9010DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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