Html Css Color HEX #992B7A Dark Purple

📋 copy color: '#992B7A'

red 153 ◦ green 43 ◦ blue 122

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

Shades of Dark Purple #992B7A

Tints of Dark Purple #992B7A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.52%

 BLUE value IS 122 (48.05% from 255) = 38.36%

R = 48.11%
G = 13.52%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#992B7A (or 0x992B7A) is known color: Dark Purple. HEX triplet: 99, 2B and 7A. RGB value is (153,43,122). Sum of RGB (Red+Green+Blue) = 153+43+122=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #992B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992B7A is #66D485. Grayscale: #545454. Windows color (decimal): -6739078 or 8006553. OLE color: 8006553.

HSL color Cylindrical-coordinate representation of color #992B7A: hue angle of 316.91º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #992B7A is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 43 122 -
CMYK 0 0.72 0.20 0.4
HSL 316.91º 0.56% 0.38% -
HSV(B) 316.91º 0.72% 0.6% -
XYZ 17.51 9.91 19.4 -
YUV 84.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 153 43 122 0 0.72 0.20 0.4 316.91 0.56 0.38
Hex 99 2B 7A 0 48 14 28 13D 38 26
Octal 231 53 172 0 110 24 50 475 70 46
Binary 10011001 101011 1111010 0 1001000 10100 101000 100111101 111000 100110

Color Harmonies of #992B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992B7A

Black with #992B7A

Text Example


Text Example

White with #992B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992B7A; }

 p { color: rgb(153,43,122); }

 H1.HeaderClassName
 {
   color: #992B7A;
 }
 .AnyTagClassName
 {
   color: #992B7A;
 }
</style>

background-color css

<style>
 a { background-color: #992B7A; }

 a { background-color: rgb(153,43,122); }

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

border-color css

<style>
 span { border-color: #992B7A; }

 span { border-color: rgb(153,43,122); }

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