Html Css Color HEX #935EC3 Amethyst

📋 copy color: '#935EC3'

red 147 ◦ green 94 ◦ blue 195

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

Shades of Amethyst #935EC3

Tints of Amethyst #935EC3

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.56%

 BLUE value IS 195 (76.56% from 255) = 44.72%

R = 33.72%
G = 21.56%
B = 44.72%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#935EC3 (or 0x935EC3) is known color: Amethyst. HEX triplet: 93, 5E and C3. RGB value is (147,94,195). Sum of RGB (Red+Green+Blue) = 147+94+195=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 195 - color contains mainly: blue. Hex color #935EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935EC3 is #6CA13C. Grayscale: #797979. Windows color (decimal): -7119165 or 12803731. OLE color: 12803731.

HSL color Cylindrical-coordinate representation of color #935EC3: hue angle of 271.49º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #935EC3 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 147 94 195 -
CMYK 0.25 0.52 0 0.24
HSL 271.49º 0.46% 0.57% -
HSV(B) 271.49º 0.52% 0.76% -
XYZ 25.89 18.15 53.77 -
YUV 121.36 169.56 146.29 -
System Red Green Blue C M Y K H S L
Decimal 147 94 195 0.25 0.52 0 0.24 271.49 0.46 0.57
Hex 93 5E C3 19 34 0 18 10F 2E 39
Octal 223 136 303 31 64 0 30 417 56 71
Binary 10010011 1011110 11000011 11001 110100 0 11000 100001111 101110 111001

Color Harmonies of #935EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935EC3

Black with #935EC3

Text Example


Text Example

White with #935EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,94,195); }

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

background-color css

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

 a { background-color: rgb(147,94,195); }

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

border-color css

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

 span { border-color: rgb(147,94,195); }

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