Html Css Color HEX #900FAE Dark Violet

📋 copy color: '#900FAE'

red 144 ◦ green 15 ◦ blue 174

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

Shades of Dark Violet #900FAE

Tints of Dark Violet #900FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.5%

 BLUE value IS 174 (68.36% from 255) = 52.25%

R = 43.24%
G = 4.5%
B = 52.25%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#900FAE (or 0x900FAE) is known color: Dark Violet. HEX triplet: 90, 0F and AE. RGB value is (144,15,174). Sum of RGB (Red+Green+Blue) = 144+15+174=333 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.24% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #900FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900FAE is #6FF051. Grayscale: #474747. Windows color (decimal): -7336018 or 11407248. OLE color: 11407248.

HSL color Cylindrical-coordinate representation of color #900FAE: hue angle of 288.68º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #900FAE is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 15 174 -
CMYK 0.17 0.91 0 0.32
HSL 288.68º 0.84% 0.37% -
HSV(B) 288.68º 0.91% 0.68% -
XYZ 19.31 9.33 40.83 -
YUV 71.7 185.74 179.57 -
System Red Green Blue C M Y K H S L
Decimal 144 15 174 0.17 0.91 0 0.32 288.68 0.84 0.37
Hex 90 F AE 11 5B 0 20 121 54 25
Octal 220 17 256 21 133 0 40 441 124 45
Binary 10010000 1111 10101110 10001 1011011 0 100000 100100001 1010100 100101

Color Harmonies of #900FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900FAE

Black with #900FAE

Text Example


Text Example

White with #900FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,15,174); }

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

background-color css

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

 a { background-color: rgb(144,15,174); }

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

border-color css

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

 span { border-color: rgb(144,15,174); }

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