Html Css Color HEX #992592 Dark Purple

📋 copy color: '#992592'

red 153 ◦ green 37 ◦ blue 146

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

Shades of Dark Purple #992592

Tints of Dark Purple #992592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.45%

R = 45.54%
G = 11.01%
B = 43.45%

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

#992592 (or 0x992592) is known color: Dark Purple. HEX triplet: 99, 25 and 92. RGB value is (153,37,146). Sum of RGB (Red+Green+Blue) = 153+37+146=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #992592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992592 is #66DA6D. Grayscale: #535353. Windows color (decimal): -6740590 or 9577881. OLE color: 9577881.

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

Color convert

RGB 153 37 146 -
CMYK 0 0.76 0.05 0.4
HSL 303.62º 0.61% 0.37% -
HSV(B) 303.62º 0.76% 0.6% -
XYZ 18.99 10.17 28.16 -
YUV 84.11 162.93 177.14 -
System Red Green Blue C M Y K H S L
Decimal 153 37 146 0 0.76 0.05 0.4 303.62 0.61 0.37
Hex 99 25 92 0 4C 5 28 130 3D 25
Octal 231 45 222 0 114 5 50 460 75 45
Binary 10011001 100101 10010010 0 1001100 101 101000 100110000 111101 100101

Color Harmonies of #992592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992592

Black with #992592

Text Example


Text Example

White with #992592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992592; }

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

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

background-color css

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

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

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

border-color css

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

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

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