Html Css Color HEX #992083 Dark Purple

📋 copy color: '#992083'

red 153 ◦ green 32 ◦ blue 131

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

Shades of Dark Purple #992083

Tints of Dark Purple #992083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.46%

R = 48.42%
G = 10.13%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#992083 (or 0x992083) is known color: Dark Purple. HEX triplet: 99, 20 and 83. RGB value is (153,32,131). Sum of RGB (Red+Green+Blue) = 153+32+131=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #992083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992083 is #66DF7C. Grayscale: #4F4F4F. Windows color (decimal): -6741885 or 8593561. OLE color: 8593561.

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

Color convert

RGB 153 32 131 -
CMYK 0 0.79 0.14 0.4
HSL 310.91º 0.65% 0.36% -
HSV(B) 310.91º 0.79% 0.6% -
XYZ 17.75 9.44 22.36 -
YUV 79.47 157.09 180.45 -
System Red Green Blue C M Y K H S L
Decimal 153 32 131 0 0.79 0.14 0.4 310.91 0.65 0.36
Hex 99 20 83 0 4F E 28 137 41 24
Octal 231 40 203 0 117 16 50 467 101 44
Binary 10011001 100000 10000011 0 1001111 1110 101000 100110111 1000001 100100

Color Harmonies of #992083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992083

Black with #992083

Text Example


Text Example

White with #992083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992083; }

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

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

background-color css

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

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

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

border-color css

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

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

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