Html Css Color HEX #992381 Dark Purple

📋 copy color: '#992381'

red 153 ◦ green 35 ◦ blue 129

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

Shades of Dark Purple #992381

Tints of Dark Purple #992381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.69%

R = 48.26%
G = 11.04%
B = 40.69%

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

#992381 (or 0x992381) is known color: Dark Purple. HEX triplet: 99, 23 and 81. RGB value is (153,35,129). Sum of RGB (Red+Green+Blue) = 153+35+129=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #992381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992381 is #66DC7E. Grayscale: #505050. Windows color (decimal): -6741119 or 8463257. OLE color: 8463257.

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

Color convert

RGB 153 35 129 -
CMYK 0 0.77 0.16 0.4
HSL 312.2º 0.63% 0.37% -
HSV(B) 312.2º 0.77% 0.6% -
XYZ 17.7 9.56 21.68 -
YUV 81 155.09 179.36 -
System Red Green Blue C M Y K H S L
Decimal 153 35 129 0 0.77 0.16 0.4 312.2 0.63 0.37
Hex 99 23 81 0 4D 10 28 138 3F 25
Octal 231 43 201 0 115 20 50 470 77 45
Binary 10011001 100011 10000001 0 1001101 10000 101000 100111000 111111 100101

Color Harmonies of #992381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992381

Black with #992381

Text Example


Text Example

White with #992381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992381; }

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

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

background-color css

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

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

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

border-color css

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

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

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