Html Css Color HEX #99358C Dark Purple

📋 copy color: '#99358C'

red 153 ◦ green 53 ◦ blue 140

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

Shades of Dark Purple #99358C

Tints of Dark Purple #99358C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.32%

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 44.22%
G = 15.32%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99358C (or 0x99358C) is known color: Dark Purple. HEX triplet: 99, 35 and 8C. RGB value is (153,53,140). Sum of RGB (Red+Green+Blue) = 153+53+140=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #99358C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99358C is #66CA73. Grayscale: #5C5C5C. Windows color (decimal): -6736500 or 9188761. OLE color: 9188761.

HSL color Cylindrical-coordinate representation of color #99358C: hue angle of 307.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99358C is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 53 140 -
CMYK 0 0.65 0.08 0.4
HSL 307.8º 0.49% 0.4% -
HSV(B) 307.8º 0.65% 0.6% -
XYZ 19.14 11.21 25.97 -
YUV 92.82 154.63 170.93 -
System Red Green Blue C M Y K H S L
Decimal 153 53 140 0 0.65 0.08 0.4 307.8 0.49 0.4
Hex 99 35 8C 0 41 8 28 134 31 28
Octal 231 65 214 0 101 10 50 464 61 50
Binary 10011001 110101 10001100 0 1000001 1000 101000 100110100 110001 101000

Color Harmonies of #99358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99358C

Black with #99358C

Text Example


Text Example

White with #99358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99358C; }

 p { color: rgb(153,53,140); }

 H1.HeaderClassName
 {
   color: #99358C;
 }
 .AnyTagClassName
 {
   color: #99358C;
 }
</style>

background-color css

<style>
 a { background-color: #99358C; }

 a { background-color: rgb(153,53,140); }

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

border-color css

<style>
 span { border-color: #99358C; }

 span { border-color: rgb(153,53,140); }

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