Html Css Color HEX #99236E Dark Purple

📋 copy color: '#99236E'

red 153 ◦ green 35 ◦ blue 110

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

Shades of Dark Purple #99236E

Tints of Dark Purple #99236E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.91%

R = 51.34%
G = 11.74%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#99236E (or 0x99236E) is known color: Dark Purple. HEX triplet: 99, 23 and 6E. RGB value is (153,35,110). Sum of RGB (Red+Green+Blue) = 153+35+110=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99236E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99236E is #66DC91. Grayscale: #4E4E4E. Windows color (decimal): -6741138 or 7218073. OLE color: 7218073.

HSL color Cylindrical-coordinate representation of color #99236E: hue angle of 321.86º 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 #99236E is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 35 110 -
CMYK 0 0.77 0.28 0.4
HSL 321.86º 0.63% 0.37% -
HSV(B) 321.86º 0.77% 0.6% -
XYZ 16.55 9.1 15.64 -
YUV 78.83 145.59 180.9 -
System Red Green Blue C M Y K H S L
Decimal 153 35 110 0 0.77 0.28 0.4 321.86 0.63 0.37
Hex 99 23 6E 0 4D 1C 28 142 3F 25
Octal 231 43 156 0 115 34 50 502 77 45
Binary 10011001 100011 1101110 0 1001101 11100 101000 101000010 111111 100101

Color Harmonies of #99236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99236E

Black with #99236E

Text Example


Text Example

White with #99236E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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