Html Css Color HEX #992593 Dark Purple

📋 copy color: '#992593'

red 153 ◦ green 37 ◦ blue 147

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

Shades of Dark Purple #992593

Tints of Dark Purple #992593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.62%

R = 45.4%
G = 10.98%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#992593 (or 0x992593) is known color: Dark Purple. HEX triplet: 99, 25 and 93. RGB value is (153,37,147). Sum of RGB (Red+Green+Blue) = 153+37+147=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #992593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992593 is #66DA6C. Grayscale: #535353. Windows color (decimal): -6740589 or 9643417. OLE color: 9643417.

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

Color convert

RGB 153 37 147 -
CMYK 0 0.76 0.04 0.4
HSL 303.1º 0.61% 0.37% -
HSV(B) 303.1º 0.76% 0.6% -
XYZ 19.06 10.2 28.57 -
YUV 84.22 163.43 177.06 -
System Red Green Blue C M Y K H S L
Decimal 153 37 147 0 0.76 0.04 0.4 303.1 0.61 0.37
Hex 99 25 93 0 4C 4 28 12F 3D 25
Octal 231 45 223 0 114 4 50 457 75 45
Binary 10011001 100101 10010011 0 1001100 100 101000 100101111 111101 100101

Color Harmonies of #992593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992593

Black with #992593

Text Example


Text Example

White with #992593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992593; }

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

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

background-color css

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

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

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

border-color css

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

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

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