Html Css Color HEX #900A7B Dark Purple

📋 copy color: '#900A7B'

red 144 ◦ green 10 ◦ blue 123

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

Shades of Dark Purple #900A7B

Tints of Dark Purple #900A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.4%

R = 51.99%
G = 3.61%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#900A7B (or 0x900A7B) is known color: Dark Purple. HEX triplet: 90, 0A and 7B. RGB value is (144,10,123). Sum of RGB (Red+Green+Blue) = 144+10+123=277 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.99% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 144 - color contains mainly: red. Hex color #900A7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900A7B is #6FF584. Grayscale: #3E3E3E. Windows color (decimal): -7337349 or 8063632. OLE color: 8063632.

HSL color Cylindrical-coordinate representation of color #900A7B: hue angle of 309.4º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A7B is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 10 123 -
CMYK 0 0.93 0.15 0.44
HSL 309.4º 0.87% 0.3% -
HSV(B) 309.4º 0.93% 0.56% -
XYZ 15.19 7.58 19.4 -
YUV 62.95 161.89 185.81 -
System Red Green Blue C M Y K H S L
Decimal 144 10 123 0 0.93 0.15 0.44 309.4 0.87 0.3
Hex 90 A 7B 0 5D F 2C 135 57 1E
Octal 220 12 173 0 135 17 54 465 127 36
Binary 10010000 1010 1111011 0 1011101 1111 101100 100110101 1010111 11110

Color Harmonies of #900A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900A7B

Black with #900A7B

Text Example


Text Example

White with #900A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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