Html Css Color HEX #99238A Dark Purple

📋 copy color: '#99238A'

red 153 ◦ green 35 ◦ blue 138

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

Shades of Dark Purple #99238A

Tints of Dark Purple #99238A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.33%

R = 46.93%
G = 10.74%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#99238A (or 0x99238A) is known color: Dark Purple. HEX triplet: 99, 23 and 8A. RGB value is (153,35,138). Sum of RGB (Red+Green+Blue) = 153+35+138=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #99238A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99238A is #66DC75. Grayscale: #515151. Windows color (decimal): -6741110 or 9053081. OLE color: 9053081.

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

Color convert

RGB 153 35 138 -
CMYK 0 0.77 0.10 0.4
HSL 307.63º 0.63% 0.37% -
HSV(B) 307.63º 0.77% 0.6% -
XYZ 18.33 9.81 24.97 -
YUV 82.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 153 35 138 0 0.77 0.10 0.4 307.63 0.63 0.37
Hex 99 23 8A 0 4D A 28 134 3F 25
Octal 231 43 212 0 115 12 50 464 77 45
Binary 10011001 100011 10001010 0 1001101 1010 101000 100110100 111111 100101

Color Harmonies of #99238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99238A

Black with #99238A

Text Example


Text Example

White with #99238A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99238A; }

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

 H1.HeaderClassName
 {
   color: #99238A;
 }
 .AnyTagClassName
 {
   color: #99238A;
 }
</style>

background-color css

<style>
 a { background-color: #99238A; }

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

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

border-color css

<style>
 span { border-color: #99238A; }

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

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