Html Css Color HEX #99107A Dark Purple

📋 copy color: '#99107A'

red 153 ◦ green 16 ◦ blue 122

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

Shades of Dark Purple #99107A

Tints of Dark Purple #99107A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.5%

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

R = 52.58%
G = 5.5%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#99107A (or 0x99107A) is known color: Dark Purple. HEX triplet: 99, 10 and 7A. RGB value is (153,16,122). Sum of RGB (Red+Green+Blue) = 153+16+122=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #99107A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99107A is #66EF85. Grayscale: #444444. Windows color (decimal): -6745990 or 7999641. OLE color: 7999641.

HSL color Cylindrical-coordinate representation of color #99107A: hue angle of 313.58º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99107A is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 16 122 -
CMYK 0 0.90 0.20 0.4
HSL 313.58º 0.81% 0.33% -
HSV(B) 313.58º 0.9% 0.6% -
XYZ 16.84 8.55 19.17 -
YUV 69.05 157.89 187.88 -
System Red Green Blue C M Y K H S L
Decimal 153 16 122 0 0.90 0.20 0.4 313.58 0.81 0.33
Hex 99 10 7A 0 5A 14 28 13A 51 21
Octal 231 20 172 0 132 24 50 472 121 41
Binary 10011001 10000 1111010 0 1011010 10100 101000 100111010 1010001 100001

Color Harmonies of #99107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99107A

Black with #99107A

Text Example


Text Example

White with #99107A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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