Html Css Color HEX #952B70 Dark Purple

📋 copy color: '#952B70'

red 149 ◦ green 43 ◦ blue 112

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

Shades of Dark Purple #952B70

Tints of Dark Purple #952B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.84%

R = 49.01%
G = 14.14%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#952B70 (or 0x952B70) is known color: Dark Purple. HEX triplet: 95, 2B and 70. RGB value is (149,43,112). Sum of RGB (Red+Green+Blue) = 149+43+112=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #952B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952B70 is #6AD48F. Grayscale: #525252. Windows color (decimal): -7001232 or 7351189. OLE color: 7351189.

HSL color Cylindrical-coordinate representation of color #952B70: hue angle of 320.94º 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 #952B70 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 43 112 -
CMYK 0 0.71 0.25 0.42
HSL 320.94º 0.55% 0.38% -
HSV(B) 320.94º 0.71% 0.58% -
XYZ 16.18 9.29 16.27 -
YUV 82.56 144.62 175.39 -
System Red Green Blue C M Y K H S L
Decimal 149 43 112 0 0.71 0.25 0.42 320.94 0.55 0.38
Hex 95 2B 70 0 47 19 2A 141 37 26
Octal 225 53 160 0 107 31 52 501 67 46
Binary 10010101 101011 1110000 0 1000111 11001 101010 101000001 110111 100110

Color Harmonies of #952B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B70

Black with #952B70

Text Example


Text Example

White with #952B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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