Html Css Color HEX #992185 Dark Purple

📋 copy color: '#992185'

red 153 ◦ green 33 ◦ blue 133

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

Shades of Dark Purple #992185

Tints of Dark Purple #992185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.69%

R = 47.96%
G = 10.34%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#992185 (or 0x992185) is known color: Dark Purple. HEX triplet: 99, 21 and 85. RGB value is (153,33,133). Sum of RGB (Red+Green+Blue) = 153+33+133=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #992185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992185 is #66DE7A. Grayscale: #505050. Windows color (decimal): -6741627 or 8724889. OLE color: 8724889.

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

Color convert

RGB 153 33 133 -
CMYK 0 0.78 0.13 0.4
HSL 310º 0.65% 0.36% -
HSV(B) 310º 0.78% 0.6% -
XYZ 17.91 9.55 23.09 -
YUV 80.28 157.76 179.87 -
System Red Green Blue C M Y K H S L
Decimal 153 33 133 0 0.78 0.13 0.4 310 0.65 0.36
Hex 99 21 85 0 4E D 28 136 41 24
Octal 231 41 205 0 116 15 50 466 101 44
Binary 10011001 100001 10000101 0 1001110 1101 101000 100110110 1000001 100100

Color Harmonies of #992185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992185

Black with #992185

Text Example


Text Example

White with #992185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992185; }

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

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

background-color css

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

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

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

border-color css

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

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

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