#961fd8

Color #961FD8 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #961FD8

Tints of Blue Violet #961FD8

Color information

#961FD8 (or 0x961FD8) is unknown color: approx Blue Violet. HEX triplet: 96, 1F and D8. RGB value is (150,31,216). Sum of RGB (Red+Green+Blue) = 150+31+216=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 216 (84.77% from 255 or 54.41% from 397); Max value from RGB is 216 - color contains mainly: blue. Hex color #961FD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961FD8 is #69E027. Grayscale: #575757. Windows color (decimal): -6938664 or 14163862. OLE color: 14163862.

HSL color Cylindrical-coordinate representation of color #961FD8: hue angle of 278.59º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961FD8 is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15031216-
CMYK0.310.8600.15
HSL278.59º74.9%48.43%-
HSV(B)278.59º85.65%84.71%-
XYZ25.4612.4266.02-
YUV87.67200.42172.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.78%
GREEN value IS 31 (12.5% from 255) = 7.81%
BLUE value IS 216 (84.77% from 255) = 54.41%
R=37.78%
G=7.81%
B=54.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal150312160.310.8600.15278.5974.948.43
Hex961FD81F560F1174b30
Octal226373303712601742711360
Binary100101101111111011000111111010110011111000101111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961fd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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