#950A7B

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

Shades of Dark Purple #950A7B

Tints of Dark Purple #950A7B

Color information

#950A7B (or 0x950A7B) is unknown color: approx Dark Purple. HEX triplet: 95, 0A and 7B. RGB value is (149,10,123). Sum of RGB (Red+Green+Blue) = 149+10+123=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #950A7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950A7B is #6AF584. Grayscale: #404040. Windows color (decimal): -7009669 or 8063637. OLE color: 8063637.

HSL color Cylindrical-coordinate representation of color #950A7B: hue angle of 311.22º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A7B is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB14910123-
CMYK00.930.170.42
HSL311.22º87.42%31.18%-
HSV(B)311.22º93.29%58.43%-
XYZ16.088.0419.44-
YUV64.44161.05188.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.84%
GREEN value IS 10 (4.30% from 255) = 3.55%
BLUE value IS 123 (48.44% from 255) = 43.62%
R=52.84%
G=3.55%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491012300.930.170.42311.2287.4231.18
Hex95A7B05D112A137571f
Octal225121730135215246712737
Binary10010101101011110110101110110001101010100110111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950A7B; }

 p { color: rgb(149,10,123); }

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

<style>
 a { background-color: #950A7B; }

 a { background-color: rgb(149,10,123); }

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

<style>
 span { border-color: #950A7B; }

 span { border-color: rgb(149,10,123); }

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