Html Css Color HEX #992093 Dark Purple

📋 copy color: '#992093'

red 153 ◦ green 32 ◦ blue 147

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

Shades of Dark Purple #992093

Tints of Dark Purple #992093

RGB

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

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

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

R = 46.08%
G = 9.64%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#992093 (or 0x992093) is known color: Dark Purple. HEX triplet: 99, 20 and 93. RGB value is (153,32,147). Sum of RGB (Red+Green+Blue) = 153+32+147=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #992093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992093 is #66DF6C. Grayscale: #505050. Windows color (decimal): -6741869 or 9642137. OLE color: 9642137.

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

Color convert

RGB 153 32 147 -
CMYK 0 0.79 0.04 0.4
HSL 302.98º 0.65% 0.36% -
HSV(B) 302.98º 0.79% 0.6% -
XYZ 18.92 9.91 28.52 -
YUV 81.29 165.09 179.15 -
System Red Green Blue C M Y K H S L
Decimal 153 32 147 0 0.79 0.04 0.4 302.98 0.65 0.36
Hex 99 20 93 0 4F 4 28 12F 41 24
Octal 231 40 223 0 117 4 50 457 101 44
Binary 10011001 100000 10010011 0 1001111 100 101000 100101111 1000001 100100

Color Harmonies of #992093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992093

Black with #992093

Text Example


Text Example

White with #992093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992093; }

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

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

background-color css

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

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

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

border-color css

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

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

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