#961BDD

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

Shades of Blue Violet #961BDD

Tints of Blue Violet #961BDD

Color information

#961BDD (or 0x961BDD) is unknown color: approx Blue Violet. HEX triplet: 96, 1B and DD. RGB value is (150,27,221). Sum of RGB (Red+Green+Blue) = 150+27+221=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #961BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961BDD is #69E422. Grayscale: #555555. Windows color (decimal): -6939683 or 14490518. OLE color: 14490518.

HSL color Cylindrical-coordinate representation of color #961BDD: hue angle of 278.04º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961BDD is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15027221-
CMYK0.320.8800.13
HSL278.04º78.23%48.63%-
HSV(B)278.04º87.78%86.67%-
XYZ26.0212.4969.45-
YUV85.89204.25173.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 27 (10.94% from 255) = 6.78%
BLUE value IS 221 (86.72% from 255) = 55.53%
R=37.69%
G=6.78%
B=55.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal150272210.320.8800.13278.0478.2348.63
Hex961BDD20580D1164e31
Octal226333354013001542611661
Binary1001011011011110111011000001011000011011000101101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,27,221); }

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

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

 a { background-color: rgb(150,27,221); }

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

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

 span { border-color: rgb(150,27,221); }

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