Html Css Color HEX #95357F Dark Purple

📋 copy color: '#95357F'

red 149 ◦ green 53 ◦ blue 127

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

Shades of Dark Purple #95357F

Tints of Dark Purple #95357F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.6%

R = 45.29%
G = 16.11%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95357F (or 0x95357F) is known color: Dark Purple. HEX triplet: 95, 35 and 7F. RGB value is (149,53,127). Sum of RGB (Red+Green+Blue) = 149+53+127=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #95357F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95357F is #6ACA80. Grayscale: #595959. Windows color (decimal): -6998657 or 8336789. OLE color: 8336789.

HSL color Cylindrical-coordinate representation of color #95357F: hue angle of 313.75º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95357F is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 53 127 -
CMYK 0 0.64 0.15 0.42
HSL 313.75º 0.48% 0.4% -
HSV(B) 313.75º 0.64% 0.58% -
XYZ 17.5 10.47 21.18 -
YUV 90.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 149 53 127 0 0.64 0.15 0.42 313.75 0.48 0.4
Hex 95 35 7F 0 40 F 2A 13A 30 28
Octal 225 65 177 0 100 17 52 472 60 50
Binary 10010101 110101 1111111 0 1000000 1111 101010 100111010 110000 101000

Color Harmonies of #95357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95357F

Black with #95357F

Text Example


Text Example

White with #95357F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95357F; }

 p { color: rgb(149,53,127); }

 H1.HeaderClassName
 {
   color: #95357F;
 }
 .AnyTagClassName
 {
   color: #95357F;
 }
</style>

background-color css

<style>
 a { background-color: #95357F; }

 a { background-color: rgb(149,53,127); }

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

border-color css

<style>
 span { border-color: #95357F; }

 span { border-color: rgb(149,53,127); }

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