Html Css Color HEX #925DC6 Amethyst

📋 copy color: '#925DC6'

red 146 ◦ green 93 ◦ blue 198

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

Shades of Amethyst #925DC6

Tints of Amethyst #925DC6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.28%

 BLUE value IS 198 (77.73% from 255) = 45.31%

R = 33.41%
G = 21.28%
B = 45.31%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#925DC6 (or 0x925DC6) is known color: Amethyst. HEX triplet: 92, 5D and C6. RGB value is (146,93,198). Sum of RGB (Red+Green+Blue) = 146+93+198=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 198 - color contains mainly: blue. Hex color #925DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925DC6 is #6DA239. Grayscale: #787878. Windows color (decimal): -7184954 or 13000082. OLE color: 13000082.

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

Color convert

RGB 146 93 198 -
CMYK 0.26 0.53 0 0.22
HSL 270.29º 0.48% 0.57% -
HSV(B) 270.29º 0.53% 0.78% -
XYZ 25.96 18.02 55.54 -
YUV 120.82 171.56 145.96 -
System Red Green Blue C M Y K H S L
Decimal 146 93 198 0.26 0.53 0 0.22 270.29 0.48 0.57
Hex 92 5D C6 1A 35 0 16 10E 30 39
Octal 222 135 306 32 65 0 26 416 60 71
Binary 10010010 1011101 11000110 11010 110101 0 10110 100001110 110000 111001

Color Harmonies of #925DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925DC6

Black with #925DC6

Text Example


Text Example

White with #925DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,93,198); }

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

background-color css

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

 a { background-color: rgb(146,93,198); }

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

border-color css

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

 span { border-color: rgb(146,93,198); }

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