Html Css Color HEX #900CDD Dark Violet

📋 copy color: '#900CDD'

red 144 ◦ green 12 ◦ blue 221

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

Shades of Dark Violet #900CDD

Tints of Dark Violet #900CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.18%

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

R = 38.2%
G = 3.18%
B = 58.62%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#900CDD (or 0x900CDD) is known color: Dark Violet. HEX triplet: 90, 0C and DD. RGB value is (144,12,221). Sum of RGB (Red+Green+Blue) = 144+12+221=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #900CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900CDD is #6FF322. Grayscale: #4A4A4A. Windows color (decimal): -7336739 or 14486672. OLE color: 14486672.

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

Color convert

RGB 144 12 221 -
CMYK 0.35 0.95 0 0.13
HSL 277.89º 0.9% 0.46% -
HSV(B) 277.89º 0.95% 0.87% -
XYZ 24.68 11.41 69.31 -
YUV 75.29 210.23 177.01 -
System Red Green Blue C M Y K H S L
Decimal 144 12 221 0.35 0.95 0 0.13 277.89 0.9 0.46
Hex 90 C DD 23 5F 0 D 116 5A 2E
Octal 220 14 335 43 137 0 15 426 132 56
Binary 10010000 1100 11011101 100011 1011111 0 1101 100010110 1011010 101110

Color Harmonies of #900CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900CDD

Black with #900CDD

Text Example


Text Example

White with #900CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900CDD; }

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

 H1.HeaderClassName
 {
   color: #900CDD;
 }
 .AnyTagClassName
 {
   color: #900CDD;
 }
</style>

background-color css

<style>
 a { background-color: #900CDD; }

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

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

border-color css

<style>
 span { border-color: #900CDD; }

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

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