#955bd0

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

Shades of Amethyst #955BD0

Tints of Amethyst #955BD0

Color information

#955BD0 (or 0x955BD0) is unknown color: approx Amethyst. HEX triplet: 95, 5B and D0. RGB value is (149,91,208). Sum of RGB (Red+Green+Blue) = 149+91+208=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #955BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955BD0 is #6AA42F. Grayscale: #797979. Windows color (decimal): -6988848 or 13654933. OLE color: 13654933.

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

Color convert

RGB14991208-
CMYK0.280.5600.18
HSL269.74º55.45%58.63%-
HSV(B)269.74º56.25%81.57%-
XYZ27.5218.4361.78-
YUV121.68176.72147.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.26%
GREEN value IS 91 (35.94% from 255) = 20.31%
BLUE value IS 208 (81.64% from 255) = 46.43%
R=33.26%
G=20.31%
B=46.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal149912080.280.5600.18269.7455.4558.63
Hex955BD01C3801210e373b
Octal22513332034700224166773
Binary1001010110110111101000011100111000010010100001110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955bd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,91,208); }

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

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

 a { background-color: rgb(149,91,208); }

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

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

 span { border-color: rgb(149,91,208); }

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