Html Css Color HEX #992591 Dark Purple

📋 copy color: '#992591'

red 153 ◦ green 37 ◦ blue 145

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

Shades of Dark Purple #992591

Tints of Dark Purple #992591

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.04%

 BLUE value IS 145 (57.03% from 255) = 43.28%

R = 45.67%
G = 11.04%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#992591 (or 0x992591) is known color: Dark Purple. HEX triplet: 99, 25 and 91. RGB value is (153,37,145). Sum of RGB (Red+Green+Blue) = 153+37+145=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #992591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992591 is #66DA6E. Grayscale: #535353. Windows color (decimal): -6740591 or 9512345. OLE color: 9512345.

HSL color Cylindrical-coordinate representation of color #992591: hue angle of 304.14º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992591 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 37 145 -
CMYK 0 0.76 0.05 0.4
HSL 304.14º 0.61% 0.37% -
HSV(B) 304.14º 0.76% 0.6% -
XYZ 18.91 10.14 27.75 -
YUV 84 162.43 177.22 -
System Red Green Blue C M Y K H S L
Decimal 153 37 145 0 0.76 0.05 0.4 304.14 0.61 0.37
Hex 99 25 91 0 4C 5 28 130 3D 25
Octal 231 45 221 0 114 5 50 460 75 45
Binary 10011001 100101 10010001 0 1001100 101 101000 100110000 111101 100101

Color Harmonies of #992591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992591

Black with #992591

Text Example


Text Example

White with #992591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992591; }

 p { color: rgb(153,37,145); }

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

background-color css

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

 a { background-color: rgb(153,37,145); }

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

border-color css

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

 span { border-color: rgb(153,37,145); }

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