Html Css Color HEX #952A75 Dark Purple

📋 copy color: '#952A75'

red 149 ◦ green 42 ◦ blue 117

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

Shades of Dark Purple #952A75

Tints of Dark Purple #952A75

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.64%

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

R = 48.38%
G = 13.64%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#952A75 (or 0x952A75) is known color: Dark Purple. HEX triplet: 95, 2A and 75. RGB value is (149,42,117). Sum of RGB (Red+Green+Blue) = 149+42+117=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #952A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952A75 is #6AD58A. Grayscale: #525252. Windows color (decimal): -7001483 or 7678613. OLE color: 7678613.

HSL color Cylindrical-coordinate representation of color #952A75: hue angle of 317.94º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952A75 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 42 117 -
CMYK 0 0.72 0.21 0.42
HSL 317.94º 0.56% 0.37% -
HSV(B) 317.94º 0.72% 0.58% -
XYZ 16.43 9.33 17.76 -
YUV 82.54 147.45 175.4 -
System Red Green Blue C M Y K H S L
Decimal 149 42 117 0 0.72 0.21 0.42 317.94 0.56 0.37
Hex 95 2A 75 0 48 15 2A 13E 38 25
Octal 225 52 165 0 110 25 52 476 70 45
Binary 10010101 101010 1110101 0 1001000 10101 101010 100111110 111000 100101

Color Harmonies of #952A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A75

Black with #952A75

Text Example


Text Example

White with #952A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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