Html Css Color HEX #99207B Dark Purple

📋 copy color: '#99207B'

red 153 ◦ green 32 ◦ blue 123

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

Shades of Dark Purple #99207B

Tints of Dark Purple #99207B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.39%

 BLUE value IS 123 (48.44% from 255) = 39.94%

R = 49.68%
G = 10.39%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#99207B (or 0x99207B) is known color: Dark Purple. HEX triplet: 99, 20 and 7B. RGB value is (153,32,123). Sum of RGB (Red+Green+Blue) = 153+32+123=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #99207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99207B is #66DF84. Grayscale: #4E4E4E. Windows color (decimal): -6741893 or 8069273. OLE color: 8069273.

HSL color Cylindrical-coordinate representation of color #99207B: hue angle of 314.88º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #99207B is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 32 123 -
CMYK 0 0.79 0.20 0.4
HSL 314.88º 0.65% 0.36% -
HSV(B) 314.88º 0.79% 0.6% -
XYZ 17.23 9.24 19.61 -
YUV 78.55 153.09 181.1 -
System Red Green Blue C M Y K H S L
Decimal 153 32 123 0 0.79 0.20 0.4 314.88 0.65 0.36
Hex 99 20 7B 0 4F 14 28 13B 41 24
Octal 231 40 173 0 117 24 50 473 101 44
Binary 10011001 100000 1111011 0 1001111 10100 101000 100111011 1000001 100100

Color Harmonies of #99207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99207B

Black with #99207B

Text Example


Text Example

White with #99207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99207B; }

 p { color: rgb(153,32,123); }

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

background-color css

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

 a { background-color: rgb(153,32,123); }

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

border-color css

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

 span { border-color: rgb(153,32,123); }

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