Html Css Color HEX #925ECE Amethyst

📋 copy color: '#925ECE'

red 146 ◦ green 94 ◦ blue 206

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

Shades of Amethyst #925ECE

Tints of Amethyst #925ECE

RGB

 RED value IS 146 (57.42% from 255) = 32.74%

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

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

R = 32.74%
G = 21.08%
B = 46.19%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#925ECE (or 0x925ECE) is known color: Amethyst. HEX triplet: 92, 5E and CE. RGB value is (146,94,206). Sum of RGB (Red+Green+Blue) = 146+94+206=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 94 (37.11% from 255 or 21.08% 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 #925ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925ECE is #6DA131. Grayscale: #797979. Windows color (decimal): -7184690 or 13524626. OLE color: 13524626.

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

Color convert

RGB 146 94 206 -
CMYK 0.29 0.54 0 0.19
HSL 267.86º 0.53% 0.59% -
HSV(B) 267.86º 0.54% 0.81% -
XYZ 27 18.57 60.55 -
YUV 122.32 175.23 144.89 -
System Red Green Blue C M Y K H S L
Decimal 146 94 206 0.29 0.54 0 0.19 267.86 0.53 0.59
Hex 92 5E CE 1D 36 0 13 10C 35 3B
Octal 222 136 316 35 66 0 23 414 65 73
Binary 10010010 1011110 11001110 11101 110110 0 10011 100001100 110101 111011

Color Harmonies of #925ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925ECE

Black with #925ECE

Text Example


Text Example

White with #925ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925ECE; }

 p { color: rgb(146,94,206); }

 H1.HeaderClassName
 {
   color: #925ECE;
 }
 .AnyTagClassName
 {
   color: #925ECE;
 }
</style>

background-color css

<style>
 a { background-color: #925ECE; }

 a { background-color: rgb(146,94,206); }

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

border-color css

<style>
 span { border-color: #925ECE; }

 span { border-color: rgb(146,94,206); }

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