Html Css Color HEX #925EC8 Amethyst

📋 copy color: '#925EC8'

red 146 ◦ green 94 ◦ blue 200

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

Shades of Amethyst #925EC8

Tints of Amethyst #925EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.45%

R = 33.18%
G = 21.36%
B = 45.45%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#925EC8 (or 0x925EC8) is known color: Amethyst. HEX triplet: 92, 5E and C8. RGB value is (146,94,200). Sum of RGB (Red+Green+Blue) = 146+94+200=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 200 - color contains mainly: blue. Hex color #925EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925EC8 is #6DA137. Grayscale: #797979. Windows color (decimal): -7184696 or 13131410. OLE color: 13131410.

HSL color Cylindrical-coordinate representation of color #925EC8: hue angle of 269.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #925EC8 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 146 94 200 -
CMYK 0.27 0.53 0 0.22
HSL 269.43º 0.49% 0.58% -
HSV(B) 269.43º 0.53% 0.78% -
XYZ 26.28 18.29 56.79 -
YUV 121.63 172.23 145.38 -
System Red Green Blue C M Y K H S L
Decimal 146 94 200 0.27 0.53 0 0.22 269.43 0.49 0.58
Hex 92 5E C8 1B 35 0 16 10D 31 3A
Octal 222 136 310 33 65 0 26 415 61 72
Binary 10010010 1011110 11001000 11011 110101 0 10110 100001101 110001 111010

Color Harmonies of #925EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925EC8

Black with #925EC8

Text Example


Text Example

White with #925EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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