Html Css Color HEX #935AD8 Amethyst

📋 copy color: '#935AD8'

red 147 ◦ green 90 ◦ blue 216

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

Shades of Amethyst #935AD8

Tints of Amethyst #935AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.68%

R = 32.45%
G = 19.87%
B = 47.68%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#935AD8 (or 0x935AD8) is known color: Amethyst. HEX triplet: 93, 5A and D8. RGB value is (147,90,216). Sum of RGB (Red+Green+Blue) = 147+90+216=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 216 - color contains mainly: blue. Hex color #935AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935AD8 is #6CA527. Grayscale: #787878. Windows color (decimal): -7120168 or 14178963. OLE color: 14178963.

HSL color Cylindrical-coordinate representation of color #935AD8: hue angle of 267.14º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #935AD8 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 90 216 -
CMYK 0.32 0.58 0 0.15
HSL 267.14º 0.62% 0.6% -
HSV(B) 267.14º 0.58% 0.85% -
XYZ 28.08 18.47 67.05 -
YUV 121.41 181.38 146.25 -
System Red Green Blue C M Y K H S L
Decimal 147 90 216 0.32 0.58 0 0.15 267.14 0.62 0.6
Hex 93 5A D8 20 3A 0 F 10B 3E 3C
Octal 223 132 330 40 72 0 17 413 76 74
Binary 10010011 1011010 11011000 100000 111010 0 1111 100001011 111110 111100

Color Harmonies of #935AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935AD8

Black with #935AD8

Text Example


Text Example

White with #935AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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