Html Css Color HEX #99276C Dark Purple

📋 copy color: '#99276C'

red 153 ◦ green 39 ◦ blue 108

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

Shades of Dark Purple #99276C

Tints of Dark Purple #99276C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13%

 BLUE value IS 108 (42.58% from 255) = 36%

R = 51%
G = 13%
B = 36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99276C (or 0x99276C) is known color: Dark Purple. HEX triplet: 99, 27 and 6C. RGB value is (153,39,108). Sum of RGB (Red+Green+Blue) = 153+39+108=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #99276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99276C is #66D893. Grayscale: #505050. Windows color (decimal): -6740116 or 7088025. OLE color: 7088025.

HSL color Cylindrical-coordinate representation of color #99276C: hue angle of 323.68º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99276C is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 39 108 -
CMYK 0 0.75 0.29 0.4
HSL 323.68º 0.59% 0.38% -
HSV(B) 323.68º 0.75% 0.6% -
XYZ 16.57 9.31 15.11 -
YUV 80.95 143.27 179.39 -
System Red Green Blue C M Y K H S L
Decimal 153 39 108 0 0.75 0.29 0.4 323.68 0.59 0.38
Hex 99 27 6C 0 4B 1D 28 144 3B 26
Octal 231 47 154 0 113 35 50 504 73 46
Binary 10011001 100111 1101100 0 1001011 11101 101000 101000100 111011 100110

Color Harmonies of #99276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99276C

Black with #99276C

Text Example


Text Example

White with #99276C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99276C; }

 p { color: rgb(153,39,108); }

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

background-color css

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

 a { background-color: rgb(153,39,108); }

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

border-color css

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

 span { border-color: rgb(153,39,108); }

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