#960BD6

Color #960BD6 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #960BD6

Tints of Dark Violet #960BD6

Color information

#960BD6 (or 0x960BD6) is unknown color: approx Dark Violet. HEX triplet: 96, 0B and D6. RGB value is (150,11,214). Sum of RGB (Red+Green+Blue) = 150+11+214=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 214 (83.98% from 255 or 57.07% from 375); Max value from RGB is 214 - color contains mainly: blue. Hex color #960BD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960BD6 is #69F429. Grayscale: #4B4B4B. Windows color (decimal): -6943786 or 14027670. OLE color: 14027670.

HSL color Cylindrical-coordinate representation of color #960BD6: hue angle of 281.08º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960BD6 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15011214-
CMYK0.300.9500.16
HSL281.08º90.22%44.12%-
HSV(B)281.08º94.86%83.92%-
XYZ24.8311.5864.54-
YUV75.7206.05180.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40%
GREEN value IS 11 (4.69% from 255) = 2.93%
BLUE value IS 214 (83.98% from 255) = 57.07%
R=40%
G=2.93%
B=57.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal150112140.300.9500.16281.0890.2244.12
Hex96BD61E5F0101195a2c
Octal226133263613702043113254
Binary100101101011110101101111010111110100001000110011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960BD6; }

 p { color: rgb(150,11,214); }

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

<style>
 a { background-color: #960BD6; }

 a { background-color: rgb(150,11,214); }

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

<style>
 span { border-color: #960BD6; }

 span { border-color: rgb(150,11,214); }

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