Html Css Color HEX #955CD1 Amethyst

📋 copy color: '#955CD1'

red 149 ◦ green 92 ◦ blue 209

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

Shades of Amethyst #955CD1

Tints of Amethyst #955CD1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.44%

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

R = 33.11%
G = 20.44%
B = 46.44%

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

#955CD1 (or 0x955CD1) is known color: Amethyst. HEX triplet: 95, 5C and D1. RGB value is (149,92,209). Sum of RGB (Red+Green+Blue) = 149+92+209=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 209 - color contains mainly: blue. Hex color #955CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955CD1 is #6AA32E. Grayscale: #797979. Windows color (decimal): -6988591 or 13720725. OLE color: 13720725.

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

Color convert

RGB 149 92 209 -
CMYK 0.29 0.56 0 0.18
HSL 269.23º 0.56% 0.59% -
HSV(B) 269.23º 0.56% 0.82% -
XYZ 27.73 18.65 62.46 -
YUV 122.38 176.88 146.99 -
System Red Green Blue C M Y K H S L
Decimal 149 92 209 0.29 0.56 0 0.18 269.23 0.56 0.59
Hex 95 5C D1 1D 38 0 12 10D 38 3B
Octal 225 134 321 35 70 0 22 415 70 73
Binary 10010101 1011100 11010001 11101 111000 0 10010 100001101 111000 111011

Color Harmonies of #955CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955CD1

Black with #955CD1

Text Example


Text Example

White with #955CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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