#961A7E

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

Shades of Dark Purple #961A7E

Tints of Dark Purple #961A7E

Color information

#961A7E (or 0x961A7E) is unknown color: approx Dark Purple. HEX triplet: 96, 1A and 7E. RGB value is (150,26,126). Sum of RGB (Red+Green+Blue) = 150+26+126=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #961A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961A7E is #69E581. Grayscale: #4A4A4A. Windows color (decimal): -6940034 or 8264342. OLE color: 8264342.

HSL color Cylindrical-coordinate representation of color #961A7E: hue angle of 311.61º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961A7E is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB15026126-
CMYK00.830.160.41
HSL311.61º70.45%34.51%-
HSV(B)311.61º82.67%58.82%-
XYZ16.718.7320.54-
YUV74.48157.08181.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.67%
GREEN value IS 26 (10.55% from 255) = 8.61%
BLUE value IS 126 (49.61% from 255) = 41.72%
R=49.67%
G=8.61%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502612600.830.160.41311.6170.4534.51
Hex961A7E05310291384623
Octal226321760123205147010643
Binary1001011011010111111001010011100001010011001110001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961A7E; }

 p { color: rgb(150,26,126); }

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

<style>
 a { background-color: #961A7E; }

 a { background-color: rgb(150,26,126); }

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

<style>
 span { border-color: #961A7E; }

 span { border-color: rgb(150,26,126); }

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