Html Css Color HEX #992594 Dark Purple

📋 copy color: '#992594'

red 153 ◦ green 37 ◦ blue 148

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

Shades of Dark Purple #992594

Tints of Dark Purple #992594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.79%

R = 45.27%
G = 10.95%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#992594 (or 0x992594) is known color: Dark Purple. HEX triplet: 99, 25 and 94. RGB value is (153,37,148). Sum of RGB (Red+Green+Blue) = 153+37+148=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #992594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992594 is #66DA6B. Grayscale: #545454. Windows color (decimal): -6740588 or 9708953. OLE color: 9708953.

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

Color convert

RGB 153 37 148 -
CMYK 0 0.76 0.03 0.4
HSL 302.59º 0.61% 0.37% -
HSV(B) 302.59º 0.76% 0.6% -
XYZ 19.14 10.23 28.98 -
YUV 84.34 163.93 176.97 -
System Red Green Blue C M Y K H S L
Decimal 153 37 148 0 0.76 0.03 0.4 302.59 0.61 0.37
Hex 99 25 94 0 4C 3 28 12F 3D 25
Octal 231 45 224 0 114 3 50 457 75 45
Binary 10011001 100101 10010100 0 1001100 11 101000 100101111 111101 100101

Color Harmonies of #992594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992594

Black with #992594

Text Example


Text Example

White with #992594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992594; }

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

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

background-color css

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

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

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

border-color css

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

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

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