Html Css Color HEX #935ACC Amethyst

📋 copy color: '#935ACC'

red 147 ◦ green 90 ◦ blue 204

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

Shades of Amethyst #935ACC

Tints of Amethyst #935ACC

RGB

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

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

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

R = 33.33%
G = 20.41%
B = 46.26%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#935ACC (or 0x935ACC) is known color: Amethyst. HEX triplet: 93, 5A and CC. RGB value is (147,90,204). Sum of RGB (Red+Green+Blue) = 147+90+204=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #935ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935ACC is #6CA533. Grayscale: #777777. Windows color (decimal): -7120180 or 13392531. OLE color: 13392531.

HSL color Cylindrical-coordinate representation of color #935ACC: hue angle of 270º 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 #935ACC is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 90 204 -
CMYK 0.28 0.56 0 0.2
HSL 270º 0.53% 0.58% -
HSV(B) 270º 0.56% 0.8% -
XYZ 26.59 17.88 59.18 -
YUV 120.04 175.38 147.23 -
System Red Green Blue C M Y K H S L
Decimal 147 90 204 0.28 0.56 0 0.2 270 0.53 0.58
Hex 93 5A CC 1C 38 0 14 10E 35 3A
Octal 223 132 314 34 70 0 24 416 65 72
Binary 10010011 1011010 11001100 11100 111000 0 10100 100001110 110101 111010

Color Harmonies of #935ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935ACC

Black with #935ACC

Text Example


Text Example

White with #935ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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