Html Css Color HEX #935ADC Amethyst

📋 copy color: '#935ADC'

red 147 ◦ green 90 ◦ blue 220

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

Shades of Amethyst #935ADC

Tints of Amethyst #935ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 32.17%
G = 19.69%
B = 48.14%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#935ADC (or 0x935ADC) is known color: Amethyst. HEX triplet: 93, 5A and DC. RGB value is (147,90,220). Sum of RGB (Red+Green+Blue) = 147+90+220=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #935ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935ADC is #6CA523. Grayscale: #797979. Windows color (decimal): -7120164 or 14441107. OLE color: 14441107.

HSL color Cylindrical-coordinate representation of color #935ADC: hue angle of 266.31º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #935ADC is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 90 220 -
CMYK 0.33 0.59 0 0.14
HSL 266.31º 0.65% 0.61% -
HSV(B) 266.31º 0.59% 0.86% -
XYZ 28.61 18.68 69.81 -
YUV 121.86 183.38 145.93 -
System Red Green Blue C M Y K H S L
Decimal 147 90 220 0.33 0.59 0 0.14 266.31 0.65 0.61
Hex 93 5A DC 21 3B 0 E 10A 41 3D
Octal 223 132 334 41 73 0 16 412 101 75
Binary 10010011 1011010 11011100 100001 111011 0 1110 100001010 1000001 111101

Color Harmonies of #935ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935ADC

Black with #935ADC

Text Example


Text Example

White with #935ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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