Html Css Color HEX #992D86 Dark Purple

📋 copy color: '#992D86'

red 153 ◦ green 45 ◦ blue 134

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

Shades of Dark Purple #992D86

Tints of Dark Purple #992D86

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.55%

 BLUE value IS 134 (52.73% from 255) = 40.36%

R = 46.08%
G = 13.55%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#992D86 (or 0x992D86) is known color: Dark Purple. HEX triplet: 99, 2D and 86. RGB value is (153,45,134). Sum of RGB (Red+Green+Blue) = 153+45+134=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #992D86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992D86 is #66D279. Grayscale: #575757. Windows color (decimal): -6738554 or 8793497. OLE color: 8793497.

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

Color convert

RGB 153 45 134 -
CMYK 0 0.71 0.12 0.4
HSL 310.56º 0.55% 0.39% -
HSV(B) 310.56º 0.71% 0.6% -
XYZ 18.38 10.37 23.59 -
YUV 87.44 154.28 174.76 -
System Red Green Blue C M Y K H S L
Decimal 153 45 134 0 0.71 0.12 0.4 310.56 0.55 0.39
Hex 99 2D 86 0 47 C 28 137 37 27
Octal 231 55 206 0 107 14 50 467 67 47
Binary 10011001 101101 10000110 0 1000111 1100 101000 100110111 110111 100111

Color Harmonies of #992D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992D86

Black with #992D86

Text Example


Text Example

White with #992D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,45,134); }

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

background-color css

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

 a { background-color: rgb(153,45,134); }

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

border-color css

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

 span { border-color: rgb(153,45,134); }

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