Html Css Color HEX #955AD0 Amethyst

📋 copy color: '#955AD0'

red 149 ◦ green 90 ◦ blue 208

#955AD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #955AD0

Tints of Amethyst #955AD0

RGB

 RED value IS 149 (58.59% from 255) = 33.33%

 GREEN value IS 90 (35.55% from 255) = 20.13%

 BLUE value IS 208 (81.64% from 255) = 46.53%

R = 33.33%
G = 20.13%
B = 46.53%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#955AD0 (or 0x955AD0) is known color: Amethyst. HEX triplet: 95, 5A and D0. RGB value is (149,90,208). Sum of RGB (Red+Green+Blue) = 149+90+208=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #955AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955AD0 is #6AA52F. Grayscale: #787878. Windows color (decimal): -6989104 or 13654677. OLE color: 13654677.

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

Color convert

RGB 149 90 208 -
CMYK 0.28 0.57 0 0.18
HSL 270º 0.56% 0.58% -
HSV(B) 270º 0.57% 0.82% -
XYZ 27.44 18.26 61.75 -
YUV 121.09 177.05 147.91 -
System Red Green Blue C M Y K H S L
Decimal 149 90 208 0.28 0.57 0 0.18 270 0.56 0.58
Hex 95 5A D0 1C 39 0 12 10E 38 3A
Octal 225 132 320 34 71 0 22 416 70 72
Binary 10010101 1011010 11010000 11100 111001 0 10010 100001110 111000 111010

Color Harmonies of #955AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955AD0

Black with #955AD0

Text Example


Text Example

White with #955AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #955AD0;
 }
 .AnyTagClassName
 {
   color: #955AD0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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