Html Css Color HEX #992082 Dark Purple

📋 copy color: '#992082'

red 153 ◦ green 32 ◦ blue 130

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

Shades of Dark Purple #992082

Tints of Dark Purple #992082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.16%

 BLUE value IS 130 (51.17% from 255) = 41.27%

R = 48.57%
G = 10.16%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#992082 (or 0x992082) is known color: Dark Purple. HEX triplet: 99, 20 and 82. RGB value is (153,32,130). Sum of RGB (Red+Green+Blue) = 153+32+130=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #992082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992082 is #66DF7D. Grayscale: #4F4F4F. Windows color (decimal): -6741886 or 8528025. OLE color: 8528025.

HSL color Cylindrical-coordinate representation of color #992082: hue angle of 311.4º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992082 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 32 130 -
CMYK 0 0.79 0.15 0.4
HSL 311.41º 0.65% 0.36% -
HSV(B) 311.41º 0.79% 0.6% -
XYZ 17.68 9.42 22 -
YUV 79.35 156.59 180.53 -
System Red Green Blue C M Y K H S L
Decimal 153 32 130 0 0.79 0.15 0.4 311.41 0.65 0.36
Hex 99 20 82 0 4F F 28 137 41 24
Octal 231 40 202 0 117 17 50 467 101 44
Binary 10011001 100000 10000010 0 1001111 1111 101000 100110111 1000001 100100

Color Harmonies of #992082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992082

Black with #992082

Text Example


Text Example

White with #992082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992082; }

 p { color: rgb(153,32,130); }

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

background-color css

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

 a { background-color: rgb(153,32,130); }

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

border-color css

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

 span { border-color: rgb(153,32,130); }

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