Html Css Color HEX #99236F Dark Purple

📋 copy color: '#99236F'

red 153 ◦ green 35 ◦ blue 111

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

Shades of Dark Purple #99236F

Tints of Dark Purple #99236F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.71%

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

R = 51.17%
G = 11.71%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#99236F (or 0x99236F) is known color: Dark Purple. HEX triplet: 99, 23 and 6F. RGB value is (153,35,111). Sum of RGB (Red+Green+Blue) = 153+35+111=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #99236F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99236F is #66DC90. Grayscale: #4E4E4E. Windows color (decimal): -6741137 or 7283609. OLE color: 7283609.

HSL color Cylindrical-coordinate representation of color #99236F: hue angle of 321.36º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #99236F is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 35 111 -
CMYK 0 0.77 0.27 0.4
HSL 321.36º 0.63% 0.37% -
HSV(B) 321.36º 0.77% 0.6% -
XYZ 16.61 9.12 15.92 -
YUV 78.95 146.09 180.82 -
System Red Green Blue C M Y K H S L
Decimal 153 35 111 0 0.77 0.27 0.4 321.36 0.63 0.37
Hex 99 23 6F 0 4D 1B 28 141 3F 25
Octal 231 43 157 0 115 33 50 501 77 45
Binary 10011001 100011 1101111 0 1001101 11011 101000 101000001 111111 100101

Color Harmonies of #99236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99236F

Black with #99236F

Text Example


Text Example

White with #99236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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