Html Css Color HEX #935ECB Amethyst

📋 copy color: '#935ECB'

red 147 ◦ green 94 ◦ blue 203

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

Shades of Amethyst #935ECB

Tints of Amethyst #935ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 33.11%
G = 21.17%
B = 45.72%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#935ECB (or 0x935ECB) is known color: Amethyst. HEX triplet: 93, 5E and CB. RGB value is (147,94,203). Sum of RGB (Red+Green+Blue) = 147+94+203=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #935ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935ECB is #6CA134. Grayscale: #797979. Windows color (decimal): -7119157 or 13328019. OLE color: 13328019.

HSL color Cylindrical-coordinate representation of color #935ECB: hue angle of 269.17º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #935ECB is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 94 203 -
CMYK 0.28 0.54 0 0.20
HSL 269.17º 0.51% 0.58% -
HSV(B) 269.17º 0.54% 0.8% -
XYZ 26.81 18.52 58.66 -
YUV 122.27 173.56 145.64 -
System Red Green Blue C M Y K H S L
Decimal 147 94 203 0.28 0.54 0 0.20 269.17 0.51 0.58
Hex 93 5E CB 1C 36 0 14 10D 33 3A
Octal 223 136 313 34 66 0 24 415 63 72
Binary 10010011 1011110 11001011 11100 110110 0 10100 100001101 110011 111010

Color Harmonies of #935ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935ECB

Black with #935ECB

Text Example


Text Example

White with #935ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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