Html Css Color HEX #992182 Dark Purple

📋 copy color: '#992182'

red 153 ◦ green 33 ◦ blue 130

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

Shades of Dark Purple #992182

Tints of Dark Purple #992182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.44%

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

R = 48.42%
G = 10.44%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#992182 (or 0x992182) is known color: Dark Purple. HEX triplet: 99, 21 and 82. RGB value is (153,33,130). Sum of RGB (Red+Green+Blue) = 153+33+130=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #992182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992182 is #66DE7D. Grayscale: #4F4F4F. Windows color (decimal): -6741630 or 8528281. OLE color: 8528281.

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

Color convert

RGB 153 33 130 -
CMYK 0 0.78 0.15 0.4
HSL 311.5º 0.65% 0.36% -
HSV(B) 311.5º 0.78% 0.6% -
XYZ 17.71 9.47 22.01 -
YUV 79.94 156.26 180.11 -
System Red Green Blue C M Y K H S L
Decimal 153 33 130 0 0.78 0.15 0.4 311.5 0.65 0.36
Hex 99 21 82 0 4E F 28 138 41 24
Octal 231 41 202 0 116 17 50 470 101 44
Binary 10011001 100001 10000010 0 1001110 1111 101000 100111000 1000001 100100

Color Harmonies of #992182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992182

Black with #992182

Text Example


Text Example

White with #992182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992182; }

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

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

background-color css

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

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

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

border-color css

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

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

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