#962F7A

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

Shades of Dark Purple #962F7A

Tints of Dark Purple #962F7A

Color information

#962F7A (or 0x962F7A) is unknown color: approx Dark Purple. HEX triplet: 96, 2F and 7A. RGB value is (150,47,122). Sum of RGB (Red+Green+Blue) = 150+47+122=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #962F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962F7A is #69D085. Grayscale: #565656. Windows color (decimal): -6934662 or 8007574. OLE color: 8007574.

HSL color Cylindrical-coordinate representation of color #962F7A: hue angle of 316.31º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962F7A is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15047122-
CMYK00.690.190.41
HSL316.31º52.28%38.63%-
HSV(B)316.31º68.67%58.82%-
XYZ17.119.9219.43-
YUV86.35148.12173.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.02%
GREEN value IS 47 (18.75% from 255) = 14.73%
BLUE value IS 122 (48.05% from 255) = 38.24%
R=47.02%
G=14.73%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504712200.690.190.41316.3152.2838.63
Hex962F7A045132913c3427
Octal22657172010523514746447
Binary1001011010111111110100100010110011101001100111100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962F7A; }

 p { color: rgb(150,47,122); }

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

<style>
 a { background-color: #962F7A; }

 a { background-color: rgb(150,47,122); }

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

<style>
 span { border-color: #962F7A; }

 span { border-color: rgb(150,47,122); }

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