Html Css Color HEX #952475 Dark Purple

📋 copy color: '#952475'

red 149 ◦ green 36 ◦ blue 117

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

Shades of Dark Purple #952475

Tints of Dark Purple #952475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.92%

 BLUE value IS 117 (46.09% from 255) = 38.74%

R = 49.34%
G = 11.92%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#952475 (or 0x952475) is known color: Dark Purple. HEX triplet: 95, 24 and 75. RGB value is (149,36,117). Sum of RGB (Red+Green+Blue) = 149+36+117=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #952475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952475 is #6ADB8A. Grayscale: #4E4E4E. Windows color (decimal): -7003019 or 7677077. OLE color: 7677077.

HSL color Cylindrical-coordinate representation of color #952475: hue angle of 316.99º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952475 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 36 117 -
CMYK 0 0.76 0.21 0.42
HSL 316.99º 0.61% 0.36% -
HSV(B) 316.99º 0.76% 0.58% -
XYZ 16.24 8.94 17.7 -
YUV 79.02 149.44 177.91 -
System Red Green Blue C M Y K H S L
Decimal 149 36 117 0 0.76 0.21 0.42 316.99 0.61 0.36
Hex 95 24 75 0 4C 15 2A 13D 3D 24
Octal 225 44 165 0 114 25 52 475 75 44
Binary 10010101 100100 1110101 0 1001100 10101 101010 100111101 111101 100100

Color Harmonies of #952475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952475

Black with #952475

Text Example


Text Example

White with #952475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952475; }

 p { color: rgb(149,36,117); }

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

background-color css

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

 a { background-color: rgb(149,36,117); }

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

border-color css

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

 span { border-color: rgb(149,36,117); }

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