#961BDC

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

Shades of Blue Violet #961BDC

Tints of Blue Violet #961BDC

Color information

#961BDC (or 0x961BDC) is unknown color: approx Blue Violet. HEX triplet: 96, 1B and DC. RGB value is (150,27,220). Sum of RGB (Red+Green+Blue) = 150+27+220=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #961BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961BDC is #69E423. Grayscale: #555555. Windows color (decimal): -6939684 or 14424982. OLE color: 14424982.

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

Color convert

RGB15027220-
CMYK0.320.8800.14
HSL278.24º78.14%48.43%-
HSV(B)278.24º87.73%86.27%-
XYZ25.8912.4468.75-
YUV85.78203.75173.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.78%
GREEN value IS 27 (10.94% from 255) = 6.80%
BLUE value IS 220 (86.33% from 255) = 55.42%
R=37.78%
G=6.80%
B=55.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal150272200.320.8800.14278.2478.1448.43
Hex961BDC20580E1164e30
Octal226333344013001642611660
Binary1001011011011110111001000001011000011101000101101001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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