Html Css Color HEX #956ACC Amethyst

📋 copy color: '#956ACC'

red 149 ◦ green 106 ◦ blue 204

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

Shades of Amethyst #956ACC

Tints of Amethyst #956ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.44%

R = 32.46%
G = 23.09%
B = 44.44%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#956ACC (or 0x956ACC) is known color: Amethyst. HEX triplet: 95, 6A and CC. RGB value is (149,106,204). Sum of RGB (Red+Green+Blue) = 149+106+204=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #956ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956ACC is #6A9533. Grayscale: #818181. Windows color (decimal): -6985012 or 13396629. OLE color: 13396629.

HSL color Cylindrical-coordinate representation of color #956ACC: hue angle of 266.33º degrees, saturation: 0.49, 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 #956ACC is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 106 204 -
CMYK 0.27 0.48 0 0.2
HSL 266.33º 0.49% 0.61% -
HSV(B) 266.33º 0.48% 0.8% -
XYZ 28.45 21.06 59.69 -
YUV 130.03 169.75 141.53 -
System Red Green Blue C M Y K H S L
Decimal 149 106 204 0.27 0.48 0 0.2 266.33 0.49 0.61
Hex 95 6A CC 1B 30 0 14 10A 31 3D
Octal 225 152 314 33 60 0 24 412 61 75
Binary 10010101 1101010 11001100 11011 110000 0 10100 100001010 110001 111101

Color Harmonies of #956ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956ACC

Black with #956ACC

Text Example


Text Example

White with #956ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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