#961DE9

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

Shades of Blue Violet #961DE9

Tints of Blue Violet #961DE9

Color information

#961DE9 (or 0x961DE9) is unknown color: approx Blue Violet. HEX triplet: 96, 1D and E9. RGB value is (150,29,233). Sum of RGB (Red+Green+Blue) = 150+29+233=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 233 (91.41% from 255 or 56.55% from 412); Max value from RGB is 233 - color contains mainly: blue. Hex color #961DE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961DE9 is #69E216. Grayscale: #575757. Windows color (decimal): -6939159 or 15277462. OLE color: 15277462.

HSL color Cylindrical-coordinate representation of color #961DE9: hue angle of 275.59º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961DE9 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15029233-
CMYK0.360.8800.09
HSL275.59º82.26%51.37%-
HSV(B)275.59º87.55%91.37%-
XYZ27.7313.2578.19-
YUV88.44209.59171.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.41%
GREEN value IS 29 (11.72% from 255) = 7.04%
BLUE value IS 233 (91.41% from 255) = 56.55%
R=36.41%
G=7.04%
B=56.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal150292330.360.8800.09275.5982.2651.37
Hex961DE92458091145233
Octal226353514413001142412263
Binary1001011011101111010011001001011000010011000101001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,29,233); }

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

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

 a { background-color: rgb(150,29,233); }

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

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

 span { border-color: rgb(150,29,233); }

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