Html Css Color HEX #955DD1 Amethyst

📋 copy color: '#955DD1'

red 149 ◦ green 93 ◦ blue 209

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

Shades of Amethyst #955DD1

Tints of Amethyst #955DD1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.62%

 BLUE value IS 209 (82.03% from 255) = 46.34%

R = 33.04%
G = 20.62%
B = 46.34%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#955DD1 (or 0x955DD1) is known color: Amethyst. HEX triplet: 95, 5D and D1. RGB value is (149,93,209). Sum of RGB (Red+Green+Blue) = 149+93+209=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 209 (82.03% from 255 or 46.34% from 451); Max value from RGB is 209 - color contains mainly: blue. Hex color #955DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DD1 is #6AA22E. Grayscale: #7A7A7A. Windows color (decimal): -6988335 or 13720981. OLE color: 13720981.

HSL color Cylindrical-coordinate representation of color #955DD1: hue angle of 268.97º degrees, saturation: 0.56, 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 #955DD1 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 93 209 -
CMYK 0.29 0.56 0 0.18
HSL 268.97º 0.56% 0.59% -
HSV(B) 268.97º 0.56% 0.82% -
XYZ 27.82 18.82 62.49 -
YUV 122.97 176.55 146.57 -
System Red Green Blue C M Y K H S L
Decimal 149 93 209 0.29 0.56 0 0.18 268.97 0.56 0.59
Hex 95 5D D1 1D 38 0 12 10D 38 3B
Octal 225 135 321 35 70 0 22 415 70 73
Binary 10010101 1011101 11010001 11101 111000 0 10010 100001101 111000 111011

Color Harmonies of #955DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955DD1

Black with #955DD1

Text Example


Text Example

White with #955DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,93,209); }

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

background-color css

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

 a { background-color: rgb(149,93,209); }

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

border-color css

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

 span { border-color: rgb(149,93,209); }

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