#961FF8

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

Shades of Blue Violet #961FF8

Tints of Blue Violet #961FF8

Color information

#961FF8 (or 0x961FF8) is unknown color: approx Blue Violet. HEX triplet: 96, 1F and F8. RGB value is (150,31,248). Sum of RGB (Red+Green+Blue) = 150+31+248=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 31 (12.5% from 255 or 7.23% from 429); Blue value is 248 (97.27% from 255 or 57.81% from 429); Max value from RGB is 248 - color contains mainly: blue. Hex color #961FF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961FF8 is #69E007. Grayscale: #5A5A5A. Windows color (decimal): -6938632 or 16261014. OLE color: 16261014.

HSL color Cylindrical-coordinate representation of color #961FF8: hue angle of 272.9º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961FF8 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB15031248-
CMYK0.400.8800.03
HSL272.9º93.94%54.71%-
HSV(B)272.9º87.5%97.25%-
XYZ30.0114.2489.97-
YUV91.32216.42169.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 31 (12.5% from 255) = 7.23%
BLUE value IS 248 (97.27% from 255) = 57.81%
R=34.97%
G=7.23%
B=57.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal150312480.400.8800.03272.993.9454.71
Hex961FF82858031115e37
Octal22637370501300342113667
Binary10010110111111111100010100010110000111000100011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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