Html Css Color HEX #991283 Dark Purple

📋 copy color: '#991283'

red 153 ◦ green 18 ◦ blue 131

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

Shades of Dark Purple #991283

Tints of Dark Purple #991283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.96%

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

R = 50.66%
G = 5.96%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#991283 (or 0x991283) is known color: Dark Purple. HEX triplet: 99, 12 and 83. RGB value is (153,18,131). Sum of RGB (Red+Green+Blue) = 153+18+131=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #991283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991283 is #66ED7C. Grayscale: #464646. Windows color (decimal): -6745469 or 8589977. OLE color: 8589977.

HSL color Cylindrical-coordinate representation of color #991283: hue angle of 309.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991283 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 18 131 -
CMYK 0 0.88 0.14 0.4
HSL 309.78º 0.79% 0.34% -
HSV(B) 309.78º 0.88% 0.6% -
XYZ 17.45 8.84 22.26 -
YUV 71.25 161.73 186.31 -
System Red Green Blue C M Y K H S L
Decimal 153 18 131 0 0.88 0.14 0.4 309.78 0.79 0.34
Hex 99 12 83 0 58 E 28 136 4F 22
Octal 231 22 203 0 130 16 50 466 117 42
Binary 10011001 10010 10000011 0 1011000 1110 101000 100110110 1001111 100010

Color Harmonies of #991283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991283

Black with #991283

Text Example


Text Example

White with #991283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991283; }

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

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

background-color css

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

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

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

border-color css

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

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

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