Html Css Color HEX #992380 Dark Purple

📋 copy color: '#992380'

red 153 ◦ green 35 ◦ blue 128

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

Shades of Dark Purple #992380

Tints of Dark Purple #992380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.08%

 BLUE value IS 128 (50.39% from 255) = 40.51%

R = 48.42%
G = 11.08%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#992380 (or 0x992380) is known color: Dark Purple. HEX triplet: 99, 23 and 80. RGB value is (153,35,128). Sum of RGB (Red+Green+Blue) = 153+35+128=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #992380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992380 is #66DC7F. Grayscale: #505050. Windows color (decimal): -6741120 or 8397721. OLE color: 8397721.

HSL color Cylindrical-coordinate representation of color #992380: hue angle of 312.71º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #992380 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 35 128 -
CMYK 0 0.77 0.16 0.4
HSL 312.71º 0.63% 0.37% -
HSV(B) 312.71º 0.77% 0.6% -
XYZ 17.63 9.53 21.33 -
YUV 80.88 154.59 179.44 -
System Red Green Blue C M Y K H S L
Decimal 153 35 128 0 0.77 0.16 0.4 312.71 0.63 0.37
Hex 99 23 80 0 4D 10 28 139 3F 25
Octal 231 43 200 0 115 20 50 471 77 45
Binary 10011001 100011 10000000 0 1001101 10000 101000 100111001 111111 100101

Color Harmonies of #992380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992380

Black with #992380

Text Example


Text Example

White with #992380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992380; }

 p { color: rgb(153,35,128); }

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

background-color css

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

 a { background-color: rgb(153,35,128); }

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

border-color css

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

 span { border-color: rgb(153,35,128); }

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