Html Css Color HEX #955ACC Amethyst

📋 copy color: '#955ACC'

red 149 ◦ green 90 ◦ blue 204

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

Shades of Amethyst #955ACC

Tints of Amethyst #955ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.32%

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

R = 33.63%
G = 20.32%
B = 46.05%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#955ACC (or 0x955ACC) is known color: Amethyst. HEX triplet: 95, 5A and CC. RGB value is (149,90,204). Sum of RGB (Red+Green+Blue) = 149+90+204=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #955ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955ACC is #6AA533. Grayscale: #787878. Windows color (decimal): -6989108 or 13392533. OLE color: 13392533.

HSL color Cylindrical-coordinate representation of color #955ACC: hue angle of 271.05º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #955ACC is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 90 204 -
CMYK 0.27 0.56 0 0.2
HSL 271.05º 0.53% 0.58% -
HSV(B) 271.05º 0.56% 0.8% -
XYZ 26.95 18.06 59.19 -
YUV 120.64 175.05 148.23 -
System Red Green Blue C M Y K H S L
Decimal 149 90 204 0.27 0.56 0 0.2 271.05 0.53 0.58
Hex 95 5A CC 1B 38 0 14 10F 35 3A
Octal 225 132 314 33 70 0 24 417 65 72
Binary 10010101 1011010 11001100 11011 111000 0 10100 100001111 110101 111010

Color Harmonies of #955ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955ACC

Black with #955ACC

Text Example


Text Example

White with #955ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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