Html Css Color HEX #992F87 Dark Purple

📋 copy color: '#992F87'

red 153 ◦ green 47 ◦ blue 135

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

Shades of Dark Purple #992F87

Tints of Dark Purple #992F87

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.03%

 BLUE value IS 135 (53.13% from 255) = 40.3%

R = 45.67%
G = 14.03%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#992F87 (or 0x992F87) is known color: Dark Purple. HEX triplet: 99, 2F and 87. RGB value is (153,47,135). Sum of RGB (Red+Green+Blue) = 153+47+135=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #992F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992F87 is #66D078. Grayscale: #585858. Windows color (decimal): -6738041 or 8859545. OLE color: 8859545.

HSL color Cylindrical-coordinate representation of color #992F87: hue angle of 310.19º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #992F87 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 47 135 -
CMYK 0 0.69 0.12 0.4
HSL 310.19º 0.53% 0.39% -
HSV(B) 310.19º 0.69% 0.6% -
XYZ 18.53 10.55 23.98 -
YUV 88.73 154.12 173.84 -
System Red Green Blue C M Y K H S L
Decimal 153 47 135 0 0.69 0.12 0.4 310.19 0.53 0.39
Hex 99 2F 87 0 45 C 28 136 35 27
Octal 231 57 207 0 105 14 50 466 65 47
Binary 10011001 101111 10000111 0 1000101 1100 101000 100110110 110101 100111

Color Harmonies of #992F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992F87

Black with #992F87

Text Example


Text Example

White with #992F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,47,135); }

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

background-color css

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

 a { background-color: rgb(153,47,135); }

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

border-color css

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

 span { border-color: rgb(153,47,135); }

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