Html Css Color HEX #900FAF Dark Violet

📋 copy color: '#900FAF'

red 144 ◦ green 15 ◦ blue 175

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

Shades of Dark Violet #900FAF

Tints of Dark Violet #900FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 52.4%

R = 43.11%
G = 4.49%
B = 52.4%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#900FAF (or 0x900FAF) is known color: Dark Violet. HEX triplet: 90, 0F and AF. RGB value is (144,15,175). Sum of RGB (Red+Green+Blue) = 144+15+175=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #900FAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900FAF is #6FF050. Grayscale: #474747. Windows color (decimal): -7336017 or 11472784. OLE color: 11472784.

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

Color convert

RGB 144 15 175 -
CMYK 0.18 0.91 0 0.31
HSL 288.38º 0.84% 0.37% -
HSV(B) 288.38º 0.91% 0.69% -
XYZ 19.41 9.37 41.34 -
YUV 71.81 186.24 179.49 -
System Red Green Blue C M Y K H S L
Decimal 144 15 175 0.18 0.91 0 0.31 288.38 0.84 0.37
Hex 90 F AF 12 5B 0 1F 120 54 25
Octal 220 17 257 22 133 0 37 440 124 45
Binary 10010000 1111 10101111 10010 1011011 0 11111 100100000 1010100 100101

Color Harmonies of #900FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900FAF

Black with #900FAF

Text Example


Text Example

White with #900FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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