#966bd0

Color #966BD0 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #966BD0

Tints of Amethyst #966BD0

Color information

#966BD0 (or 0x966BD0) is unknown color: approx Amethyst. HEX triplet: 96, 6B and D0. RGB value is (150,107,208). Sum of RGB (Red+Green+Blue) = 150+107+208=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #966BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966BD0 is #69942F. Grayscale: #838383. Windows color (decimal): -6919216 or 13659030. OLE color: 13659030.

HSL color Cylindrical-coordinate representation of color #966BD0: hue angle of 265.54º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #966BD0 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB150107208-
CMYK0.280.4900.18
HSL265.54º51.79%61.76%-
HSV(B)265.54º48.56%81.57%-
XYZ29.2221.5562.29-
YUV131.37171.25141.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.26%
GREEN value IS 107 (42.19% from 255) = 23.01%
BLUE value IS 208 (81.64% from 255) = 44.73%
R=32.26%
G=23.01%
B=44.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1501072080.280.4900.18265.5451.7961.76
Hex966BD01C3101210a343e
Octal22615332034610224126476
Binary1001011011010111101000011100110001010010100001010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966bd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966bd0; }

 p { color: rgb(150,107,208); }

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

<style>
 a { background-color: #966bd0; }

 a { background-color: rgb(150,107,208); }

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

<style>
 span { border-color: #966bd0; }

 span { border-color: rgb(150,107,208); }

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