Html Css Color HEX #99246B Dark Purple

📋 copy color: '#99246B'

red 153 ◦ green 36 ◦ blue 107

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

Shades of Dark Purple #99246B

Tints of Dark Purple #99246B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.16%

 BLUE value IS 107 (42.19% from 255) = 36.15%

R = 51.69%
G = 12.16%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#99246B (or 0x99246B) is known color: Dark Purple. HEX triplet: 99, 24 and 6B. RGB value is (153,36,107). Sum of RGB (Red+Green+Blue) = 153+36+107=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #99246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99246B is #66DB94. Grayscale: #4E4E4E. Windows color (decimal): -6740885 or 7021721. OLE color: 7021721.

HSL color Cylindrical-coordinate representation of color #99246B: hue angle of 323.59º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99246B is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 36 107 -
CMYK 0 0.76 0.30 0.4
HSL 323.59º 0.62% 0.37% -
HSV(B) 323.59º 0.76% 0.6% -
XYZ 16.42 9.1 14.8 -
YUV 79.08 143.76 180.73 -
System Red Green Blue C M Y K H S L
Decimal 153 36 107 0 0.76 0.30 0.4 323.59 0.62 0.37
Hex 99 24 6B 0 4C 1E 28 144 3E 25
Octal 231 44 153 0 114 36 50 504 76 45
Binary 10011001 100100 1101011 0 1001100 11110 101000 101000100 111110 100101

Color Harmonies of #99246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99246B

Black with #99246B

Text Example


Text Example

White with #99246B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,36,107); }

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

background-color css

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

 a { background-color: rgb(153,36,107); }

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

border-color css

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

 span { border-color: rgb(153,36,107); }

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