#956ccd

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

Shades of Amethyst #956CCD

Tints of Amethyst #956CCD

Color information

#956CCD (or 0x956CCD) is unknown color: approx Amethyst. HEX triplet: 95, 6C and CD. RGB value is (149,108,205). Sum of RGB (Red+Green+Blue) = 149+108+205=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #956CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CCD is #6A9332. Grayscale: #828282. Windows color (decimal): -6984499 or 13462677. OLE color: 13462677.

HSL color Cylindrical-coordinate representation of color #956CCD: hue angle of 265.36º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #956CCD is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB149108205-
CMYK0.270.4700.20
HSL265.36º49.24%61.37%-
HSV(B)265.36º47.32%80.39%-
XYZ28.7821.5260.4-
YUV131.32169.58140.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.25%
GREEN value IS 108 (42.58% from 255) = 23.38%
BLUE value IS 205 (80.47% from 255) = 44.37%
R=32.25%
G=23.38%
B=44.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491082050.270.4700.20265.3649.2461.37
Hex956CCD1B2F014109313d
Octal22515431533570244116175
Binary1001010111011001100110111011101111010100100001001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956ccd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956ccd; }

 p { color: rgb(149,108,205); }

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

<style>
 a { background-color: #956ccd; }

 a { background-color: rgb(149,108,205); }

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

<style>
 span { border-color: #956ccd; }

 span { border-color: rgb(149,108,205); }

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