Html Css Color HEX #935ACE Amethyst

📋 copy color: '#935ACE'

red 147 ◦ green 90 ◦ blue 206

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

Shades of Amethyst #935ACE

Tints of Amethyst #935ACE

RGB

 RED value IS 147 (57.81% from 255) = 33.18%

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

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 33.18%
G = 20.32%
B = 46.5%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#935ACE (or 0x935ACE) is known color: Amethyst. HEX triplet: 93, 5A and CE. RGB value is (147,90,206). Sum of RGB (Red+Green+Blue) = 147+90+206=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #935ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935ACE is #6CA531. Grayscale: #777777. Windows color (decimal): -7120178 or 13523603. OLE color: 13523603.

HSL color Cylindrical-coordinate representation of color #935ACE: hue angle of 269.48º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #935ACE is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 90 206 -
CMYK 0.29 0.56 0 0.19
HSL 269.48º 0.54% 0.58% -
HSV(B) 269.48º 0.56% 0.81% -
XYZ 26.83 17.97 60.45 -
YUV 120.27 176.38 147.07 -
System Red Green Blue C M Y K H S L
Decimal 147 90 206 0.29 0.56 0 0.19 269.48 0.54 0.58
Hex 93 5A CE 1D 38 0 13 10D 36 3A
Octal 223 132 316 35 70 0 23 415 66 72
Binary 10010011 1011010 11001110 11101 111000 0 10011 100001101 110110 111010

Color Harmonies of #935ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935ACE

Black with #935ACE

Text Example


Text Example

White with #935ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935ACE; }

 p { color: rgb(147,90,206); }

 H1.HeaderClassName
 {
   color: #935ACE;
 }
 .AnyTagClassName
 {
   color: #935ACE;
 }
</style>

background-color css

<style>
 a { background-color: #935ACE; }

 a { background-color: rgb(147,90,206); }

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

border-color css

<style>
 span { border-color: #935ACE; }

 span { border-color: rgb(147,90,206); }

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