Html Css Color HEX #952F75 Dark Purple

📋 copy color: '#952F75'

red 149 ◦ green 47 ◦ blue 117

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

Shades of Dark Purple #952F75

Tints of Dark Purple #952F75

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.02%

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

R = 47.6%
G = 15.02%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#952F75 (or 0x952F75) is known color: Dark Purple. HEX triplet: 95, 2F and 75. RGB value is (149,47,117). Sum of RGB (Red+Green+Blue) = 149+47+117=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #952F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952F75 is #6AD08A. Grayscale: #555555. Windows color (decimal): -7000203 or 7679893. OLE color: 7679893.

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

Color convert

RGB 149 47 117 -
CMYK 0 0.68 0.21 0.42
HSL 318.82º 0.52% 0.38% -
HSV(B) 318.82º 0.68% 0.58% -
XYZ 16.62 9.71 17.83 -
YUV 85.48 145.79 173.31 -
System Red Green Blue C M Y K H S L
Decimal 149 47 117 0 0.68 0.21 0.42 318.82 0.52 0.38
Hex 95 2F 75 0 44 15 2A 13F 34 26
Octal 225 57 165 0 104 25 52 477 64 46
Binary 10010101 101111 1110101 0 1000100 10101 101010 100111111 110100 100110

Color Harmonies of #952F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F75

Black with #952F75

Text Example


Text Example

White with #952F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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