Html Css Color HEX #952B6E Dark Purple

📋 copy color: '#952B6E'

red 149 ◦ green 43 ◦ blue 110

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

Shades of Dark Purple #952B6E

Tints of Dark Purple #952B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.42%

R = 49.34%
G = 14.24%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#952B6E (or 0x952B6E) is known color: Dark Purple. HEX triplet: 95, 2B and 6E. RGB value is (149,43,110). Sum of RGB (Red+Green+Blue) = 149+43+110=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #952B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952B6E is #6AD491. Grayscale: #525252. Windows color (decimal): -7001234 or 7220117. OLE color: 7220117.

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

Color convert

RGB 149 43 110 -
CMYK 0 0.71 0.26 0.42
HSL 322.08º 0.55% 0.38% -
HSV(B) 322.08º 0.71% 0.58% -
XYZ 16.07 9.24 15.69 -
YUV 82.33 143.62 175.55 -
System Red Green Blue C M Y K H S L
Decimal 149 43 110 0 0.71 0.26 0.42 322.08 0.55 0.38
Hex 95 2B 6E 0 47 1A 2A 142 37 26
Octal 225 53 156 0 107 32 52 502 67 46
Binary 10010101 101011 1101110 0 1000111 11010 101010 101000010 110111 100110

Color Harmonies of #952B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B6E

Black with #952B6E

Text Example


Text Example

White with #952B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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