Html Css Color HEX #992993 Dark Purple

📋 copy color: '#992993'

red 153 ◦ green 41 ◦ blue 147

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

Shades of Dark Purple #992993

Tints of Dark Purple #992993

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.02%

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

R = 44.87%
G = 12.02%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#992993 (or 0x992993) is known color: Dark Purple. HEX triplet: 99, 29 and 93. RGB value is (153,41,147). Sum of RGB (Red+Green+Blue) = 153+41+147=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #992993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992993 is #66D66C. Grayscale: #565656. Windows color (decimal): -6739565 or 9644441. OLE color: 9644441.

HSL color Cylindrical-coordinate representation of color #992993: hue angle of 303.21º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992993 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 41 147 -
CMYK 0 0.73 0.04 0.4
HSL 303.21º 0.58% 0.38% -
HSV(B) 303.21º 0.73% 0.6% -
XYZ 19.2 10.46 28.61 -
YUV 86.57 162.11 175.38 -
System Red Green Blue C M Y K H S L
Decimal 153 41 147 0 0.73 0.04 0.4 303.21 0.58 0.38
Hex 99 29 93 0 49 4 28 12F 3A 26
Octal 231 51 223 0 111 4 50 457 72 46
Binary 10011001 101001 10010011 0 1001001 100 101000 100101111 111010 100110

Color Harmonies of #992993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992993

Black with #992993

Text Example


Text Example

White with #992993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992993; }

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

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

background-color css

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

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

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

border-color css

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

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

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