Html Css Color HEX #990B7D Dark Purple

📋 copy color: '#990B7D'

red 153 ◦ green 11 ◦ blue 125

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

Shades of Dark Purple #990B7D

Tints of Dark Purple #990B7D

RGB

 RED value IS 153 (60.16% from 255) = 52.94%

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

 BLUE value IS 125 (49.22% from 255) = 43.25%

R = 52.94%
G = 3.81%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#990B7D (or 0x990B7D) is known color: Dark Purple. HEX triplet: 99, 0B and 7D. RGB value is (153,11,125). Sum of RGB (Red+Green+Blue) = 153+11+125=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #990B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990B7D is #66F482. Grayscale: #424242. Windows color (decimal): -6747267 or 8194969. OLE color: 8194969.

HSL color Cylindrical-coordinate representation of color #990B7D: hue angle of 311.83º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990B7D is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 11 125 -
CMYK 0 0.93 0.18 0.4
HSL 311.83º 0.87% 0.32% -
HSV(B) 311.83º 0.93% 0.6% -
XYZ 16.96 8.49 20.15 -
YUV 66.45 161.04 189.73 -
System Red Green Blue C M Y K H S L
Decimal 153 11 125 0 0.93 0.18 0.4 311.83 0.87 0.32
Hex 99 B 7D 0 5D 12 28 138 57 20
Octal 231 13 175 0 135 22 50 470 127 40
Binary 10011001 1011 1111101 0 1011101 10010 101000 100111000 1010111 100000

Color Harmonies of #990B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990B7D

Black with #990B7D

Text Example


Text Example

White with #990B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990B7D; }

 p { color: rgb(153,11,125); }

 H1.HeaderClassName
 {
   color: #990B7D;
 }
 .AnyTagClassName
 {
   color: #990B7D;
 }
</style>

background-color css

<style>
 a { background-color: #990B7D; }

 a { background-color: rgb(153,11,125); }

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

border-color css

<style>
 span { border-color: #990B7D; }

 span { border-color: rgb(153,11,125); }

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