Html Css Color HEX #900AB5 Dark Violet

📋 copy color: '#900AB5'

red 144 ◦ green 10 ◦ blue 181

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

Shades of Dark Violet #900AB5

Tints of Dark Violet #900AB5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.99%

 BLUE value IS 181 (71.09% from 255) = 54.03%

R = 42.99%
G = 2.99%
B = 54.03%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#900AB5 (or 0x900AB5) is known color: Dark Violet. HEX triplet: 90, 0A and B5. RGB value is (144,10,181). Sum of RGB (Red+Green+Blue) = 144+10+181=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 181 (71.09% from 255 or 54.03% from 335); Max value from RGB is 181 - color contains mainly: blue. Hex color #900AB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900AB5 is #6FF54A. Grayscale: #454545. Windows color (decimal): -7337291 or 11864720. OLE color: 11864720.

HSL color Cylindrical-coordinate representation of color #900AB5: hue angle of 287.02º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900AB5 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 10 181 -
CMYK 0.20 0.94 0 0.29
HSL 287.02º 0.9% 0.37% -
HSV(B) 287.02º 0.94% 0.71% -
XYZ 19.95 9.48 44.49 -
YUV 69.56 190.89 181.1 -
System Red Green Blue C M Y K H S L
Decimal 144 10 181 0.20 0.94 0 0.29 287.02 0.9 0.37
Hex 90 A B5 14 5E 0 1D 11F 5A 25
Octal 220 12 265 24 136 0 35 437 132 45
Binary 10010000 1010 10110101 10100 1011110 0 11101 100011111 1011010 100101

Color Harmonies of #900AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900AB5

Black with #900AB5

Text Example


Text Example

White with #900AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,10,181); }

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

background-color css

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

 a { background-color: rgb(144,10,181); }

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

border-color css

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

 span { border-color: rgb(144,10,181); }

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