Html Css Color HEX #95346F Dark Purple

📋 copy color: '#95346F'

red 149 ◦ green 52 ◦ blue 111

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

Shades of Dark Purple #95346F

Tints of Dark Purple #95346F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.58%

R = 47.76%
G = 16.67%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95346F (or 0x95346F) is known color: Dark Purple. HEX triplet: 95, 34 and 6F. RGB value is (149,52,111). Sum of RGB (Red+Green+Blue) = 149+52+111=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95346F is #6ACB90. Grayscale: #575757. Windows color (decimal): -6998929 or 7287957. OLE color: 7287957.

HSL color Cylindrical-coordinate representation of color #95346F: hue angle of 323.51º 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 #95346F is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 52 111 -
CMYK 0 0.65 0.26 0.42
HSL 323.51º 0.48% 0.39% -
HSV(B) 323.51º 0.65% 0.58% -
XYZ 16.49 9.99 16.1 -
YUV 87.73 141.14 171.7 -
System Red Green Blue C M Y K H S L
Decimal 149 52 111 0 0.65 0.26 0.42 323.51 0.48 0.39
Hex 95 34 6F 0 41 1A 2A 144 30 27
Octal 225 64 157 0 101 32 52 504 60 47
Binary 10010101 110100 1101111 0 1000001 11010 101010 101000100 110000 100111

Color Harmonies of #95346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95346F

Black with #95346F

Text Example


Text Example

White with #95346F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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