#952B8B

Color #952B8B Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #952B8B

Tints of Dark Purple #952B8B

Color information

#952B8B (or 0x952B8B) is unknown color: approx Dark Purple. HEX triplet: 95, 2B and 8B. RGB value is (149,43,139). Sum of RGB (Red+Green+Blue) = 149+43+139=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #952B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952B8B is #6AD474. Grayscale: #555555. Windows color (decimal): -7001205 or 9120661. OLE color: 9120661.

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

Color convert

RGB14943139-
CMYK00.710.070.42
HSL305.66º55.21%37.65%-
HSV(B)305.66º71.14%58.43%-
XYZ17.929.9825.41-
YUV85.64158.12173.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 43 (17.19% from 255) = 12.99%
BLUE value IS 139 (54.69% from 255) = 41.99%
R=45.02%
G=12.99%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494313900.710.070.42305.6655.2137.65
Hex952B8B04772A1323726
Octal2255321301077524626746
Binary100101011010111000101101000111111101010100110010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #952B8B;
 }
 .AnyTagClassName
 {
   color: #952B8B;
 }
</style>
background-color css

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

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

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

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

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

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