Html Css Color HEX #99256F Dark Purple

📋 copy color: '#99256F'

red 153 ◦ green 37 ◦ blue 111

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

Shades of Dark Purple #99256F

Tints of Dark Purple #99256F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

 BLUE value IS 111 (43.75% from 255) = 36.88%

R = 50.83%
G = 12.29%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#99256F (or 0x99256F) is known color: Dark Purple. HEX triplet: 99, 25 and 6F. RGB value is (153,37,111). Sum of RGB (Red+Green+Blue) = 153+37+111=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #99256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99256F is #66DA90. Grayscale: #4F4F4F. Windows color (decimal): -6740625 or 7284121. OLE color: 7284121.

HSL color Cylindrical-coordinate representation of color #99256F: hue angle of 321.72º degrees, saturation: 0.61, 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 #99256F is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 37 111 -
CMYK 0 0.76 0.27 0.4
HSL 321.72º 0.61% 0.37% -
HSV(B) 321.72º 0.76% 0.6% -
XYZ 16.67 9.24 15.94 -
YUV 80.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 153 37 111 0 0.76 0.27 0.4 321.72 0.61 0.37
Hex 99 25 6F 0 4C 1B 28 142 3D 25
Octal 231 45 157 0 114 33 50 502 75 45
Binary 10011001 100101 1101111 0 1001100 11011 101000 101000010 111101 100101

Color Harmonies of #99256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99256F

Black with #99256F

Text Example


Text Example

White with #99256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99256F; }

 p { color: rgb(153,37,111); }

 H1.HeaderClassName
 {
   color: #99256F;
 }
 .AnyTagClassName
 {
   color: #99256F;
 }
</style>

background-color css

<style>
 a { background-color: #99256F; }

 a { background-color: rgb(153,37,111); }

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

border-color css

<style>
 span { border-color: #99256F; }

 span { border-color: rgb(153,37,111); }

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