Html Css Color HEX #99368A Dark Purple

📋 copy color: '#99368A'

red 153 ◦ green 54 ◦ blue 138

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

Shades of Dark Purple #99368A

Tints of Dark Purple #99368A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.65%

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

R = 44.35%
G = 15.65%
B = 40%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#99368A (or 0x99368A) is known color: Dark Purple. HEX triplet: 99, 36 and 8A. RGB value is (153,54,138). Sum of RGB (Red+Green+Blue) = 153+54+138=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99368A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99368A is #66C975. Grayscale: #5C5C5C. Windows color (decimal): -6736246 or 9057945. OLE color: 9057945.

HSL color Cylindrical-coordinate representation of color #99368A: hue angle of 309.09º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99368A is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 54 138 -
CMYK 0 0.65 0.10 0.4
HSL 309.09º 0.48% 0.41% -
HSV(B) 309.09º 0.65% 0.6% -
XYZ 19.04 11.25 25.21 -
YUV 93.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 153 54 138 0 0.65 0.10 0.4 309.09 0.48 0.41
Hex 99 36 8A 0 41 A 28 135 30 29
Octal 231 66 212 0 101 12 50 465 60 51
Binary 10011001 110110 10001010 0 1000001 1010 101000 100110101 110000 101001

Color Harmonies of #99368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99368A

Black with #99368A

Text Example


Text Example

White with #99368A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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