Html Css Color HEX #99237E Dark Purple

📋 copy color: '#99237E'

red 153 ◦ green 35 ◦ blue 126

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

Shades of Dark Purple #99237E

Tints of Dark Purple #99237E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.13%

R = 48.73%
G = 11.15%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99237E (or 0x99237E) is known color: Dark Purple. HEX triplet: 99, 23 and 7E. RGB value is (153,35,126). Sum of RGB (Red+Green+Blue) = 153+35+126=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #99237E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99237E is #66DC81. Grayscale: #505050. Windows color (decimal): -6741122 or 8266649. OLE color: 8266649.

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

Color convert

RGB 153 35 126 -
CMYK 0 0.77 0.18 0.4
HSL 313.73º 0.63% 0.37% -
HSV(B) 313.73º 0.77% 0.6% -
XYZ 17.5 9.48 20.65 -
YUV 80.66 153.59 179.6 -
System Red Green Blue C M Y K H S L
Decimal 153 35 126 0 0.77 0.18 0.4 313.73 0.63 0.37
Hex 99 23 7E 0 4D 12 28 13A 3F 25
Octal 231 43 176 0 115 22 50 472 77 45
Binary 10011001 100011 1111110 0 1001101 10010 101000 100111010 111111 100101

Color Harmonies of #99237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99237E

Black with #99237E

Text Example


Text Example

White with #99237E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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