#951C6A

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

Shades of Dark Purple #951C6A

Tints of Dark Purple #951C6A

Color information

#951C6A (or 0x951C6A) is unknown color: approx Dark Purple. HEX triplet: 95, 1C and 6A. RGB value is (149,28,106). Sum of RGB (Red+Green+Blue) = 149+28+106=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #951C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951C6A is #6AE395. Grayscale: #484848. Windows color (decimal): -7005078 or 6954133. OLE color: 6954133.

HSL color Cylindrical-coordinate representation of color #951C6A: hue angle of 321.32º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951C6A is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB14928106-
CMYK00.810.290.42
HSL321.32º68.36%34.71%-
HSV(B)321.32º81.21%58.43%-
XYZ15.418.2614.42-
YUV73.07146.59182.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.65%
GREEN value IS 28 (11.33% from 255) = 9.89%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=52.65%
G=9.89%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492810600.810.290.42321.3268.3634.71
Hex951C6A0511D2A1414423
Octal225341520121355250110443
Binary1001010111100110101001010001111011010101010000011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951C6A; }

 p { color: rgb(149,28,106); }

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

<style>
 a { background-color: #951C6A; }

 a { background-color: rgb(149,28,106); }

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

<style>
 span { border-color: #951C6A; }

 span { border-color: rgb(149,28,106); }

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