Html Css Color HEX #935ADB Amethyst

📋 copy color: '#935ADB'

red 147 ◦ green 90 ◦ blue 219

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

Shades of Amethyst #935ADB

Tints of Amethyst #935ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.03%

R = 32.24%
G = 19.74%
B = 48.03%

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

#935ADB (or 0x935ADB) is known color: Amethyst. HEX triplet: 93, 5A and DB. RGB value is (147,90,219). Sum of RGB (Red+Green+Blue) = 147+90+219=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #935ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935ADB is #6CA524. Grayscale: #797979. Windows color (decimal): -7120165 or 14375571. OLE color: 14375571.

HSL color Cylindrical-coordinate representation of color #935ADB: hue angle of 266.51º degrees, saturation: 0.64, 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 #935ADB is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 90 219 -
CMYK 0.33 0.59 0 0.14
HSL 266.51º 0.64% 0.61% -
HSV(B) 266.51º 0.59% 0.86% -
XYZ 28.47 18.63 69.11 -
YUV 121.75 182.88 146.01 -
System Red Green Blue C M Y K H S L
Decimal 147 90 219 0.33 0.59 0 0.14 266.51 0.64 0.61
Hex 93 5A DB 21 3B 0 E 10B 40 3D
Octal 223 132 333 41 73 0 16 413 100 75
Binary 10010011 1011010 11011011 100001 111011 0 1110 100001011 1000000 111101

Color Harmonies of #935ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935ADB

Black with #935ADB

Text Example


Text Example

White with #935ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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