Html Css Color HEX #925BDC Amethyst

📋 copy color: '#925BDC'

red 146 ◦ green 91 ◦ blue 220

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

Shades of Amethyst #925BDC

Tints of Amethyst #925BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.91%

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 31.95%
G = 19.91%
B = 48.14%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#925BDC (or 0x925BDC) is known color: Amethyst. HEX triplet: 92, 5B and DC. RGB value is (146,91,220). Sum of RGB (Red+Green+Blue) = 146+91+220=457 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.95% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #925BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925BDC is #6DA423. Grayscale: #797979. Windows color (decimal): -7185444 or 14441362. OLE color: 14441362.

HSL color Cylindrical-coordinate representation of color #925BDC: hue angle of 265.58º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #925BDC is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 91 220 -
CMYK 0.34 0.59 0 0.14
HSL 265.58º 0.65% 0.61% -
HSV(B) 265.58º 0.59% 0.86% -
XYZ 28.51 18.76 69.83 -
YUV 122.15 183.22 145.01 -
System Red Green Blue C M Y K H S L
Decimal 146 91 220 0.34 0.59 0 0.14 265.58 0.65 0.61
Hex 92 5B DC 22 3B 0 E 10A 41 3D
Octal 222 133 334 42 73 0 16 412 101 75
Binary 10010010 1011011 11011100 100010 111011 0 1110 100001010 1000001 111101

Color Harmonies of #925BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925BDC

Black with #925BDC

Text Example


Text Example

White with #925BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,91,220); }

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

background-color css

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

 a { background-color: rgb(146,91,220); }

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

border-color css

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

 span { border-color: rgb(146,91,220); }

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