Html Css Color HEX #900CE1 Dark Violet

📋 copy color: '#900CE1'

red 144 ◦ green 12 ◦ blue 225

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

Shades of Dark Violet #900CE1

Tints of Dark Violet #900CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 59.06%

R = 37.8%
G = 3.15%
B = 59.06%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#900CE1 (or 0x900CE1) is known color: Dark Violet. HEX triplet: 90, 0C and E1. RGB value is (144,12,225). Sum of RGB (Red+Green+Blue) = 144+12+225=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 225 (88.28% from 255 or 59.06% from 381); Max value from RGB is 225 - color contains mainly: blue. Hex color #900CE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900CE1 is #6FF31E. Grayscale: #4B4B4B. Windows color (decimal): -7336735 or 14748816. OLE color: 14748816.

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

Color convert

RGB 144 12 225 -
CMYK 0.36 0.95 0 0.12
HSL 277.18º 0.9% 0.46% -
HSV(B) 277.18º 0.95% 0.88% -
XYZ 25.22 11.63 72.15 -
YUV 75.75 212.23 176.68 -
System Red Green Blue C M Y K H S L
Decimal 144 12 225 0.36 0.95 0 0.12 277.18 0.9 0.46
Hex 90 C E1 24 5F 0 C 115 5A 2E
Octal 220 14 341 44 137 0 14 425 132 56
Binary 10010000 1100 11100001 100100 1011111 0 1100 100010101 1011010 101110

Color Harmonies of #900CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900CE1

Black with #900CE1

Text Example


Text Example

White with #900CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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