Html Css Color HEX #952B71 Dark Purple

📋 copy color: '#952B71'

red 149 ◦ green 43 ◦ blue 113

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

Shades of Dark Purple #952B71

Tints of Dark Purple #952B71

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.1%

 BLUE value IS 113 (44.53% from 255) = 37.05%

R = 48.85%
G = 14.1%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#952B71 (or 0x952B71) is known color: Dark Purple. HEX triplet: 95, 2B and 71. RGB value is (149,43,113). Sum of RGB (Red+Green+Blue) = 149+43+113=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #952B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952B71 is #6AD48E. Grayscale: #525252. Windows color (decimal): -7001231 or 7416725. OLE color: 7416725.

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

Color convert

RGB 149 43 113 -
CMYK 0 0.71 0.24 0.42
HSL 320.38º 0.55% 0.38% -
HSV(B) 320.38º 0.71% 0.58% -
XYZ 16.24 9.31 16.56 -
YUV 82.67 145.12 175.31 -
System Red Green Blue C M Y K H S L
Decimal 149 43 113 0 0.71 0.24 0.42 320.38 0.55 0.38
Hex 95 2B 71 0 47 18 2A 140 37 26
Octal 225 53 161 0 107 30 52 500 67 46
Binary 10010101 101011 1110001 0 1000111 11000 101010 101000000 110111 100110

Color Harmonies of #952B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B71

Black with #952B71

Text Example


Text Example

White with #952B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,43,113); }

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

background-color css

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

 a { background-color: rgb(149,43,113); }

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

border-color css

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

 span { border-color: rgb(149,43,113); }

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