Html Css Color HEX #95348A Dark Purple

📋 copy color: '#95348A'

red 149 ◦ green 52 ◦ blue 138

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

Shades of Dark Purple #95348A

Tints of Dark Purple #95348A

RGB

 RED value IS 149 (58.59% from 255) = 43.95%

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

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

R = 43.95%
G = 15.34%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95348A (or 0x95348A) is known color: Dark Purple. HEX triplet: 95, 34 and 8A. RGB value is (149,52,138). Sum of RGB (Red+Green+Blue) = 149+52+138=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #95348A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95348A is #6ACB75. Grayscale: #5A5A5A. Windows color (decimal): -6998902 or 9057429. OLE color: 9057429.

HSL color Cylindrical-coordinate representation of color #95348A: hue angle of 306.8º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95348A is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 52 138 -
CMYK 0 0.65 0.07 0.42
HSL 306.8º 0.48% 0.39% -
HSV(B) 306.8º 0.65% 0.58% -
XYZ 18.21 10.68 25.15 -
YUV 90.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 149 52 138 0 0.65 0.07 0.42 306.8 0.48 0.39
Hex 95 34 8A 0 41 7 2A 133 30 27
Octal 225 64 212 0 101 7 52 463 60 47
Binary 10010101 110100 10001010 0 1000001 111 101010 100110011 110000 100111

Color Harmonies of #95348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95348A

Black with #95348A

Text Example


Text Example

White with #95348A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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