#960FB1

Color #960FB1 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #960FB1

Tints of Dark Violet #960FB1

Color information

#960FB1 (or 0x960FB1) is unknown color: approx Dark Violet. HEX triplet: 96, 0F and B1. RGB value is (150,15,177). Sum of RGB (Red+Green+Blue) = 150+15+177=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 177 (69.53% from 255 or 51.75% from 342); Max value from RGB is 177 - color contains mainly: blue. Hex color #960FB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960FB1 is #69F04E. Grayscale: #494949. Windows color (decimal): -6942799 or 11603862. OLE color: 11603862.

HSL color Cylindrical-coordinate representation of color #960FB1: hue angle of 290º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960FB1 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15015177-
CMYK0.150.9200.31
HSL290º84.38%37.65%-
HSV(B)290º91.53%69.41%-
XYZ20.681042.43-
YUV73.83186.23182.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 15 (6.25% from 255) = 4.39%
BLUE value IS 177 (69.53% from 255) = 51.75%
R=43.86%
G=4.39%
B=51.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150151770.150.9200.3129084.3837.65
Hex96FB1F5C01F1225426
Octal226172611713403744212446
Binary10010110111110110001111110111000111111001000101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960FB1; }

 p { color: rgb(150,15,177); }

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

<style>
 a { background-color: #960FB1; }

 a { background-color: rgb(150,15,177); }

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

<style>
 span { border-color: #960FB1; }

 span { border-color: rgb(150,15,177); }

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