Html Css Color HEX #900B7B Dark Purple

📋 copy color: '#900B7B'

red 144 ◦ green 11 ◦ blue 123

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

Shades of Dark Purple #900B7B

Tints of Dark Purple #900B7B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.96%

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

R = 51.8%
G = 3.96%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#900B7B (or 0x900B7B) is known color: Dark Purple. HEX triplet: 90, 0B and 7B. RGB value is (144,11,123). Sum of RGB (Red+Green+Blue) = 144+11+123=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #900B7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900B7B is #6FF484. Grayscale: #3F3F3F. Windows color (decimal): -7337093 or 8063888. OLE color: 8063888.

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

Color convert

RGB 144 11 123 -
CMYK 0 0.92 0.15 0.44
HSL 309.47º 0.86% 0.3% -
HSV(B) 309.47º 0.92% 0.56% -
XYZ 15.2 7.6 19.4 -
YUV 63.54 161.56 185.39 -
System Red Green Blue C M Y K H S L
Decimal 144 11 123 0 0.92 0.15 0.44 309.47 0.86 0.3
Hex 90 B 7B 0 5C F 2C 135 56 1E
Octal 220 13 173 0 134 17 54 465 126 36
Binary 10010000 1011 1111011 0 1011100 1111 101100 100110101 1010110 11110

Color Harmonies of #900B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900B7B

Black with #900B7B

Text Example


Text Example

White with #900B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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