#961F6B

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

Shades of Dark Purple #961F6B

Tints of Dark Purple #961F6B

Color information

#961F6B (or 0x961F6B) is unknown color: approx Dark Purple. HEX triplet: 96, 1F and 6B. RGB value is (150,31,107). Sum of RGB (Red+Green+Blue) = 150+31+107=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #961F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961F6B is #69E094. Grayscale: #4B4B4B. Windows color (decimal): -6938773 or 7020438. OLE color: 7020438.

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

Color convert

RGB15031107-
CMYK00.790.290.41
HSL321.68º65.75%35.49%-
HSV(B)321.68º79.33%58.82%-
XYZ15.728.5314.73-
YUV75.24145.92181.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.08%
GREEN value IS 31 (12.5% from 255) = 10.76%
BLUE value IS 107 (42.19% from 255) = 37.15%
R=52.08%
G=10.76%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503110700.790.290.41321.6865.7535.49
Hex961F6B04F1D291424223
Octal226371530117355150210243
Binary1001011011111110101101001111111011010011010000101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,31,107); }

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

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

 a { background-color: rgb(150,31,107); }

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

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

 span { border-color: rgb(150,31,107); }

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