Html Css Color HEX #99157A Dark Purple

📋 copy color: '#99157A'

red 153 ◦ green 21 ◦ blue 122

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

Shades of Dark Purple #99157A

Tints of Dark Purple #99157A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.09%

 BLUE value IS 122 (48.05% from 255) = 41.22%

R = 51.69%
G = 7.09%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#99157A (or 0x99157A) is known color: Dark Purple. HEX triplet: 99, 15 and 7A. RGB value is (153,21,122). Sum of RGB (Red+Green+Blue) = 153+21+122=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #99157A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99157A is #66EA85. Grayscale: #474747. Windows color (decimal): -6744710 or 8000921. OLE color: 8000921.

HSL color Cylindrical-coordinate representation of color #99157A: hue angle of 314.09º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99157A is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 21 122 -
CMYK 0 0.86 0.20 0.4
HSL 314.09º 0.76% 0.34% -
HSV(B) 314.09º 0.86% 0.6% -
XYZ 16.92 8.71 19.2 -
YUV 71.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 153 21 122 0 0.86 0.20 0.4 314.09 0.76 0.34
Hex 99 15 7A 0 56 14 28 13A 4C 22
Octal 231 25 172 0 126 24 50 472 114 42
Binary 10011001 10101 1111010 0 1010110 10100 101000 100111010 1001100 100010

Color Harmonies of #99157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99157A

Black with #99157A

Text Example


Text Example

White with #99157A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99157A; }

 p { color: rgb(153,21,122); }

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

background-color css

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

 a { background-color: rgb(153,21,122); }

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

border-color css

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

 span { border-color: rgb(153,21,122); }

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