Html Css Color HEX #925EC3 Amethyst

📋 copy color: '#925EC3'

red 146 ◦ green 94 ◦ blue 195

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

Shades of Amethyst #925EC3

Tints of Amethyst #925EC3

RGB

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

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

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

R = 33.56%
G = 21.61%
B = 44.83%

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

#925EC3 (or 0x925EC3) is known color: Amethyst. HEX triplet: 92, 5E and C3. RGB value is (146,94,195). Sum of RGB (Red+Green+Blue) = 146+94+195=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 195 - color contains mainly: blue. Hex color #925EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925EC3 is #6DA13C. Grayscale: #787878. Windows color (decimal): -7184701 or 12803730. OLE color: 12803730.

HSL color Cylindrical-coordinate representation of color #925EC3: hue angle of 270.89º 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 #925EC3 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 146 94 195 -
CMYK 0.25 0.52 0 0.24
HSL 270.89º 0.46% 0.57% -
HSV(B) 270.89º 0.52% 0.76% -
XYZ 25.71 18.06 53.76 -
YUV 121.06 169.73 145.79 -
System Red Green Blue C M Y K H S L
Decimal 146 94 195 0.25 0.52 0 0.24 270.89 0.46 0.57
Hex 92 5E C3 19 34 0 18 10F 2E 39
Octal 222 136 303 31 64 0 30 417 56 71
Binary 10010010 1011110 11000011 11001 110100 0 11000 100001111 101110 111001

Color Harmonies of #925EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925EC3

Black with #925EC3

Text Example


Text Example

White with #925EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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