Html Css Color HEX #935ACD Amethyst

📋 copy color: '#935ACD'

red 147 ◦ green 90 ◦ blue 205

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

Shades of Amethyst #935ACD

Tints of Amethyst #935ACD

RGB

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

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

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

R = 33.26%
G = 20.36%
B = 46.38%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#935ACD (or 0x935ACD) is known color: Amethyst. HEX triplet: 93, 5A and CD. RGB value is (147,90,205). Sum of RGB (Red+Green+Blue) = 147+90+205=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #935ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935ACD is #6CA532. Grayscale: #777777. Windows color (decimal): -7120179 or 13458067. OLE color: 13458067.

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

Color convert

RGB 147 90 205 -
CMYK 0.28 0.56 0 0.20
HSL 269.74º 0.53% 0.58% -
HSV(B) 269.74º 0.56% 0.8% -
XYZ 26.71 17.92 59.81 -
YUV 120.15 175.88 147.15 -
System Red Green Blue C M Y K H S L
Decimal 147 90 205 0.28 0.56 0 0.20 269.74 0.53 0.58
Hex 93 5A CD 1C 38 0 14 10E 35 3A
Octal 223 132 315 34 70 0 24 416 65 72
Binary 10010011 1011010 11001101 11100 111000 0 10100 100001110 110101 111010

Color Harmonies of #935ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935ACD

Black with #935ACD

Text Example


Text Example

White with #935ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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