Html Css Color HEX #992184 Dark Purple

📋 copy color: '#992184'

red 153 ◦ green 33 ◦ blue 132

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

Shades of Dark Purple #992184

Tints of Dark Purple #992184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.51%

R = 48.11%
G = 10.38%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#992184 (or 0x992184) is known color: Dark Purple. HEX triplet: 99, 21 and 84. RGB value is (153,33,132). Sum of RGB (Red+Green+Blue) = 153+33+132=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #992184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992184 is #66DE7B. Grayscale: #4F4F4F. Windows color (decimal): -6741628 or 8659353. OLE color: 8659353.

HSL color Cylindrical-coordinate representation of color #992184: hue angle of 310.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 #992184 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 33 132 -
CMYK 0 0.78 0.14 0.4
HSL 310.5º 0.65% 0.36% -
HSV(B) 310.5º 0.78% 0.6% -
XYZ 17.85 9.53 22.73 -
YUV 80.17 157.26 179.95 -
System Red Green Blue C M Y K H S L
Decimal 153 33 132 0 0.78 0.14 0.4 310.5 0.65 0.36
Hex 99 21 84 0 4E E 28 136 41 24
Octal 231 41 204 0 116 16 50 466 101 44
Binary 10011001 100001 10000100 0 1001110 1110 101000 100110110 1000001 100100

Color Harmonies of #992184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992184

Black with #992184

Text Example


Text Example

White with #992184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992184; }

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

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

background-color css

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

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

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

border-color css

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

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

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