Html Css Color HEX #956AD1 Amethyst

📋 copy color: '#956AD1'

red 149 ◦ green 106 ◦ blue 209

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

Shades of Amethyst #956AD1

Tints of Amethyst #956AD1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.84%

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

R = 32.11%
G = 22.84%
B = 45.04%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#956AD1 (or 0x956AD1) is known color: Amethyst. HEX triplet: 95, 6A and D1. RGB value is (149,106,209). Sum of RGB (Red+Green+Blue) = 149+106+209=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #956AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956AD1 is #6A952E. Grayscale: #828282. Windows color (decimal): -6985007 or 13724309. OLE color: 13724309.

HSL color Cylindrical-coordinate representation of color #956AD1: hue angle of 265.05º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #956AD1 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 106 209 -
CMYK 0.29 0.49 0 0.18
HSL 265.05º 0.53% 0.62% -
HSV(B) 265.05º 0.49% 0.82% -
XYZ 29.06 21.3 62.9 -
YUV 130.6 172.25 141.12 -
System Red Green Blue C M Y K H S L
Decimal 149 106 209 0.29 0.49 0 0.18 265.05 0.53 0.62
Hex 95 6A D1 1D 31 0 12 109 35 3E
Octal 225 152 321 35 61 0 22 411 65 76
Binary 10010101 1101010 11010001 11101 110001 0 10010 100001001 110101 111110

Color Harmonies of #956AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956AD1

Black with #956AD1

Text Example


Text Example

White with #956AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #956AD1;
 }
 .AnyTagClassName
 {
   color: #956AD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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