Html Css Color HEX #992283 Dark Purple

📋 copy color: '#992283'

red 153 ◦ green 34 ◦ blue 131

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

Shades of Dark Purple #992283

Tints of Dark Purple #992283

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.69%

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

R = 48.11%
G = 10.69%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#992283 (or 0x992283) is known color: Dark Purple. HEX triplet: 99, 22 and 83. RGB value is (153,34,131). Sum of RGB (Red+Green+Blue) = 153+34+131=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #992283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992283 is #66DD7C. Grayscale: #505050. Windows color (decimal): -6741373 or 8594073. OLE color: 8594073.

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

Color convert

RGB 153 34 131 -
CMYK 0 0.78 0.14 0.4
HSL 311.09º 0.64% 0.37% -
HSV(B) 311.09º 0.78% 0.6% -
XYZ 17.81 9.56 22.38 -
YUV 80.64 156.42 179.61 -
System Red Green Blue C M Y K H S L
Decimal 153 34 131 0 0.78 0.14 0.4 311.09 0.64 0.37
Hex 99 22 83 0 4E E 28 137 40 25
Octal 231 42 203 0 116 16 50 467 100 45
Binary 10011001 100010 10000011 0 1001110 1110 101000 100110111 1000000 100101

Color Harmonies of #992283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992283

Black with #992283

Text Example


Text Example

White with #992283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992283; }

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

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

background-color css

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

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

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

border-color css

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

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

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