Html Css Color HEX #992095 Dark Purple

📋 copy color: '#992095'

red 153 ◦ green 32 ◦ blue 149

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

Shades of Dark Purple #992095

Tints of Dark Purple #992095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 45.81%
G = 9.58%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#992095 (or 0x992095) is known color: Dark Purple. HEX triplet: 99, 20 and 95. RGB value is (153,32,149). Sum of RGB (Red+Green+Blue) = 153+32+149=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #992095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992095 is #66DF6A. Grayscale: #515151. Windows color (decimal): -6741867 or 9773209. OLE color: 9773209.

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

Color convert

RGB 153 32 149 -
CMYK 0 0.79 0.03 0.4
HSL 301.98º 0.65% 0.36% -
HSV(B) 301.98º 0.79% 0.6% -
XYZ 19.08 9.98 29.35 -
YUV 81.52 166.09 178.99 -
System Red Green Blue C M Y K H S L
Decimal 153 32 149 0 0.79 0.03 0.4 301.98 0.65 0.36
Hex 99 20 95 0 4F 3 28 12E 41 24
Octal 231 40 225 0 117 3 50 456 101 44
Binary 10011001 100000 10010101 0 1001111 11 101000 100101110 1000001 100100

Color Harmonies of #992095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992095

Black with #992095

Text Example


Text Example

White with #992095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992095; }

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

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

background-color css

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

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

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

border-color css

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

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

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