Html Css Color HEX #935ECF Amethyst

📋 copy color: '#935ECF'

red 147 ◦ green 94 ◦ blue 207

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

Shades of Amethyst #935ECF

Tints of Amethyst #935ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.21%

R = 32.81%
G = 20.98%
B = 46.21%

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

#935ECF (or 0x935ECF) is known color: Amethyst. HEX triplet: 93, 5E and CF. RGB value is (147,94,207). Sum of RGB (Red+Green+Blue) = 147+94+207=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #935ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935ECF is #6CA130. Grayscale: #7A7A7A. Windows color (decimal): -7119153 or 13590163. OLE color: 13590163.

HSL color Cylindrical-coordinate representation of color #935ECF: hue angle of 268.14º 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 #935ECF is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 94 207 -
CMYK 0.29 0.55 0 0.19
HSL 268.14º 0.54% 0.59% -
HSV(B) 268.14º 0.55% 0.81% -
XYZ 27.3 18.71 61.2 -
YUV 122.73 175.56 145.31 -
System Red Green Blue C M Y K H S L
Decimal 147 94 207 0.29 0.55 0 0.19 268.14 0.54 0.59
Hex 93 5E CF 1D 37 0 13 10C 36 3B
Octal 223 136 317 35 67 0 23 414 66 73
Binary 10010011 1011110 11001111 11101 110111 0 10011 100001100 110110 111011

Color Harmonies of #935ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935ECF

Black with #935ECF

Text Example


Text Example

White with #935ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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