Html Css Color HEX #992B8A Dark Purple

📋 copy color: '#992B8A'

red 153 ◦ green 43 ◦ blue 138

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

Shades of Dark Purple #992B8A

Tints of Dark Purple #992B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.32%

R = 45.81%
G = 12.87%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#992B8A (or 0x992B8A) is known color: Dark Purple. HEX triplet: 99, 2B and 8A. RGB value is (153,43,138). Sum of RGB (Red+Green+Blue) = 153+43+138=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #992B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992B8A is #66D475. Grayscale: #565656. Windows color (decimal): -6739062 or 9055129. OLE color: 9055129.

HSL color Cylindrical-coordinate representation of color #992B8A: hue angle of 308.18º 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 #992B8A is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 43 138 -
CMYK 0 0.72 0.10 0.4
HSL 308.18º 0.56% 0.38% -
HSV(B) 308.18º 0.72% 0.6% -
XYZ 18.59 10.34 25.06 -
YUV 86.72 156.94 175.28 -
System Red Green Blue C M Y K H S L
Decimal 153 43 138 0 0.72 0.10 0.4 308.18 0.56 0.38
Hex 99 2B 8A 0 48 A 28 134 38 26
Octal 231 53 212 0 110 12 50 464 70 46
Binary 10011001 101011 10001010 0 1001000 1010 101000 100110100 111000 100110

Color Harmonies of #992B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992B8A

Black with #992B8A

Text Example


Text Example

White with #992B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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