Html Css Color HEX #956ACD Amethyst

📋 copy color: '#956ACD'

red 149 ◦ green 106 ◦ blue 205

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

Shades of Amethyst #956ACD

Tints of Amethyst #956ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 32.39%
G = 23.04%
B = 44.57%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#956ACD (or 0x956ACD) is known color: Amethyst. HEX triplet: 95, 6A and CD. RGB value is (149,106,205). Sum of RGB (Red+Green+Blue) = 149+106+205=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #956ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956ACD is #6A9532. Grayscale: #818181. Windows color (decimal): -6985011 or 13462165. OLE color: 13462165.

HSL color Cylindrical-coordinate representation of color #956ACD: hue angle of 266.06º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #956ACD is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 106 205 -
CMYK 0.27 0.48 0 0.20
HSL 266.06º 0.5% 0.61% -
HSV(B) 266.06º 0.48% 0.8% -
XYZ 28.57 21.11 60.33 -
YUV 130.14 170.25 141.45 -
System Red Green Blue C M Y K H S L
Decimal 149 106 205 0.27 0.48 0 0.20 266.06 0.5 0.61
Hex 95 6A CD 1B 30 0 14 10A 32 3D
Octal 225 152 315 33 60 0 24 412 62 75
Binary 10010101 1101010 11001101 11011 110000 0 10100 100001010 110010 111101

Color Harmonies of #956ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956ACD

Black with #956ACD

Text Example


Text Example

White with #956ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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