Html Css Color HEX #900CD6 Dark Violet

📋 copy color: '#900CD6'

red 144 ◦ green 12 ◦ blue 214

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

Shades of Dark Violet #900CD6

Tints of Dark Violet #900CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 57.84%

R = 38.92%
G = 3.24%
B = 57.84%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#900CD6 (or 0x900CD6) is known color: Dark Violet. HEX triplet: 90, 0C and D6. RGB value is (144,12,214). Sum of RGB (Red+Green+Blue) = 144+12+214=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 214 (83.98% from 255 or 57.84% from 370); Max value from RGB is 214 - color contains mainly: blue. Hex color #900CD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900CD6 is #6FF329. Grayscale: #494949. Windows color (decimal): -7336746 or 14027920. OLE color: 14027920.

HSL color Cylindrical-coordinate representation of color #900CD6: hue angle of 279.21º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900CD6 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 12 214 -
CMYK 0.33 0.94 0 0.16
HSL 279.21º 0.89% 0.44% -
HSV(B) 279.21º 0.94% 0.84% -
XYZ 23.77 11.05 64.5 -
YUV 74.5 206.73 177.57 -
System Red Green Blue C M Y K H S L
Decimal 144 12 214 0.33 0.94 0 0.16 279.21 0.89 0.44
Hex 90 C D6 21 5E 0 10 117 59 2C
Octal 220 14 326 41 136 0 20 427 131 54
Binary 10010000 1100 11010110 100001 1011110 0 10000 100010111 1011001 101100

Color Harmonies of #900CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900CD6

Black with #900CD6

Text Example


Text Example

White with #900CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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