Html Css Color HEX #935DCE Amethyst

📋 copy color: '#935DCE'

red 147 ◦ green 93 ◦ blue 206

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

Shades of Amethyst #935DCE

Tints of Amethyst #935DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 32.96%
G = 20.85%
B = 46.19%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#935DCE (or 0x935DCE) is known color: Amethyst. HEX triplet: 93, 5D and CE. RGB value is (147,93,206). Sum of RGB (Red+Green+Blue) = 147+93+206=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #935DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935DCE is #6CA231. Grayscale: #797979. Windows color (decimal): -7119410 or 13524371. OLE color: 13524371.

HSL color Cylindrical-coordinate representation of color #935DCE: hue angle of 268.67º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #935DCE is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 93 206 -
CMYK 0.29 0.55 0 0.19
HSL 268.67º 0.54% 0.59% -
HSV(B) 268.67º 0.55% 0.81% -
XYZ 27.09 18.49 60.53 -
YUV 122.03 175.39 145.81 -
System Red Green Blue C M Y K H S L
Decimal 147 93 206 0.29 0.55 0 0.19 268.67 0.54 0.59
Hex 93 5D CE 1D 37 0 13 10D 36 3B
Octal 223 135 316 35 67 0 23 415 66 73
Binary 10010011 1011101 11001110 11101 110111 0 10011 100001101 110110 111011

Color Harmonies of #935DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935DCE

Black with #935DCE

Text Example


Text Example

White with #935DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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