Html Css Color HEX #935DD9 Amethyst

📋 copy color: '#935DD9'

red 147 ◦ green 93 ◦ blue 217

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

Shades of Amethyst #935DD9

Tints of Amethyst #935DD9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.35%

 BLUE value IS 217 (85.16% from 255) = 47.48%

R = 32.17%
G = 20.35%
B = 47.48%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#935DD9 (or 0x935DD9) is known color: Amethyst. HEX triplet: 93, 5D and D9. RGB value is (147,93,217). Sum of RGB (Red+Green+Blue) = 147+93+217=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 217 (85.16% from 255 or 47.48% from 457); Max value from RGB is 217 - color contains mainly: blue. Hex color #935DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935DD9 is #6CA226. Grayscale: #7A7A7A. Windows color (decimal): -7119399 or 14245267. OLE color: 14245267.

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

Color convert

RGB 147 93 217 -
CMYK 0.32 0.57 0 0.15
HSL 266.13º 0.62% 0.61% -
HSV(B) 266.13º 0.57% 0.85% -
XYZ 28.47 19.04 67.82 -
YUV 123.28 180.89 144.92 -
System Red Green Blue C M Y K H S L
Decimal 147 93 217 0.32 0.57 0 0.15 266.13 0.62 0.61
Hex 93 5D D9 20 39 0 F 10A 3E 3D
Octal 223 135 331 40 71 0 17 412 76 75
Binary 10010011 1011101 11011001 100000 111001 0 1111 100001010 111110 111101

Color Harmonies of #935DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935DD9

Black with #935DD9

Text Example


Text Example

White with #935DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,93,217); }

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

background-color css

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

 a { background-color: rgb(147,93,217); }

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

border-color css

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

 span { border-color: rgb(147,93,217); }

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