Html Css Color HEX #99348A Dark Purple

📋 copy color: '#99348A'

red 153 ◦ green 52 ◦ blue 138

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

Shades of Dark Purple #99348A

Tints of Dark Purple #99348A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.16%

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

R = 44.61%
G = 15.16%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#99348A (or 0x99348A) is known color: Dark Purple. HEX triplet: 99, 34 and 8A. RGB value is (153,52,138). Sum of RGB (Red+Green+Blue) = 153+52+138=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #99348A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99348A is #66CB75. Grayscale: #5B5B5B. Windows color (decimal): -6736758 or 9057433. OLE color: 9057433.

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

Color convert

RGB 153 52 138 -
CMYK 0 0.66 0.10 0.4
HSL 308.91º 0.49% 0.4% -
HSV(B) 308.91º 0.66% 0.6% -
XYZ 18.95 11.06 25.18 -
YUV 92 153.96 171.51 -
System Red Green Blue C M Y K H S L
Decimal 153 52 138 0 0.66 0.10 0.4 308.91 0.49 0.4
Hex 99 34 8A 0 42 A 28 135 31 28
Octal 231 64 212 0 102 12 50 465 61 50
Binary 10011001 110100 10001010 0 1000010 1010 101000 100110101 110001 101000

Color Harmonies of #99348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99348A

Black with #99348A

Text Example


Text Example

White with #99348A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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