Html Css Color HEX #925CC3 Amethyst

📋 copy color: '#925CC3'

red 146 ◦ green 92 ◦ blue 195

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

Shades of Amethyst #925CC3

Tints of Amethyst #925CC3

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.25%

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

R = 33.72%
G = 21.25%
B = 45.03%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#925CC3 (or 0x925CC3) is known color: Amethyst. HEX triplet: 92, 5C and C3. RGB value is (146,92,195). Sum of RGB (Red+Green+Blue) = 146+92+195=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 195 - color contains mainly: blue. Hex color #925CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925CC3 is #6DA33C. Grayscale: #777777. Windows color (decimal): -7185213 or 12803218. OLE color: 12803218.

HSL color Cylindrical-coordinate representation of color #925CC3: hue angle of 271.46º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #925CC3 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 146 92 195 -
CMYK 0.25 0.53 0 0.24
HSL 271.46º 0.46% 0.56% -
HSV(B) 271.46º 0.53% 0.76% -
XYZ 25.53 17.71 53.7 -
YUV 119.89 170.39 146.62 -
System Red Green Blue C M Y K H S L
Decimal 146 92 195 0.25 0.53 0 0.24 271.46 0.46 0.56
Hex 92 5C C3 19 35 0 18 10F 2E 38
Octal 222 134 303 31 65 0 30 417 56 70
Binary 10010010 1011100 11000011 11001 110101 0 11000 100001111 101110 111000

Color Harmonies of #925CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925CC3

Black with #925CC3

Text Example


Text Example

White with #925CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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