Html Css Color HEX #925ADB Amethyst

📋 copy color: '#925ADB'

red 146 ◦ green 90 ◦ blue 219

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

Shades of Amethyst #925ADB

Tints of Amethyst #925ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.78%

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 32.09%
G = 19.78%
B = 48.13%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#925ADB (or 0x925ADB) is known color: Amethyst. HEX triplet: 92, 5A and DB. RGB value is (146,90,219). Sum of RGB (Red+Green+Blue) = 146+90+219=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #925ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925ADB is #6DA524. Grayscale: #787878. Windows color (decimal): -7185701 or 14375570. OLE color: 14375570.

HSL color Cylindrical-coordinate representation of color #925ADB: hue angle of 266.05º degrees, saturation: 0.64, 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 #925ADB is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 90 219 -
CMYK 0.33 0.59 0 0.14
HSL 266.05º 0.64% 0.61% -
HSV(B) 266.05º 0.59% 0.86% -
XYZ 28.3 18.54 69.1 -
YUV 121.45 183.05 145.51 -
System Red Green Blue C M Y K H S L
Decimal 146 90 219 0.33 0.59 0 0.14 266.05 0.64 0.61
Hex 92 5A DB 21 3B 0 E 10A 40 3D
Octal 222 132 333 41 73 0 16 412 100 75
Binary 10010010 1011010 11011011 100001 111011 0 1110 100001010 1000000 111101

Color Harmonies of #925ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925ADB

Black with #925ADB

Text Example


Text Example

White with #925ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,90,219); }

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

background-color css

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

 a { background-color: rgb(146,90,219); }

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

border-color css

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

 span { border-color: rgb(146,90,219); }

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