Html Css Color HEX #925DD7 Amethyst

📋 copy color: '#925DD7'

red 146 ◦ green 93 ◦ blue 215

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

Shades of Amethyst #925DD7

Tints of Amethyst #925DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.36%

R = 32.16%
G = 20.48%
B = 47.36%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#925DD7 (or 0x925DD7) is known color: Amethyst. HEX triplet: 92, 5D and D7. RGB value is (146,93,215). Sum of RGB (Red+Green+Blue) = 146+93+215=454 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.16% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 215 (84.38% from 255 or 47.36% from 454); Max value from RGB is 215 - color contains mainly: blue. Hex color #925DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925DD7 is #6DA228. Grayscale: #7A7A7A. Windows color (decimal): -7184937 or 14114194. OLE color: 14114194.

HSL color Cylindrical-coordinate representation of color #925DD7: hue angle of 266.07º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #925DD7 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 146 93 215 -
CMYK 0.32 0.57 0 0.16
HSL 266.07º 0.6% 0.6% -
HSV(B) 266.07º 0.57% 0.84% -
XYZ 28.03 18.85 66.45 -
YUV 122.76 180.06 144.58 -
System Red Green Blue C M Y K H S L
Decimal 146 93 215 0.32 0.57 0 0.16 266.07 0.6 0.6
Hex 92 5D D7 20 39 0 10 10A 3C 3C
Octal 222 135 327 40 71 0 20 412 74 74
Binary 10010010 1011101 11010111 100000 111001 0 10000 100001010 111100 111100

Color Harmonies of #925DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925DD7

Black with #925DD7

Text Example


Text Example

White with #925DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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