Html Css Color HEX #925BDB Amethyst

📋 copy color: '#925BDB'

red 146 ◦ green 91 ◦ blue 219

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

Shades of Amethyst #925BDB

Tints of Amethyst #925BDB

RGB

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

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

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

R = 32.02%
G = 19.96%
B = 48.03%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#925BDB (or 0x925BDB) is known color: Amethyst. HEX triplet: 92, 5B and DB. RGB value is (146,91,219). Sum of RGB (Red+Green+Blue) = 146+91+219=456 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.02% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #925BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925BDB is #6DA424. Grayscale: #797979. Windows color (decimal): -7185445 or 14375826. OLE color: 14375826.

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

Color convert

RGB 146 91 219 -
CMYK 0.33 0.58 0 0.14
HSL 265.78º 0.64% 0.61% -
HSV(B) 265.78º 0.58% 0.86% -
XYZ 28.38 18.71 69.13 -
YUV 122.04 182.72 145.09 -
System Red Green Blue C M Y K H S L
Decimal 146 91 219 0.33 0.58 0 0.14 265.78 0.64 0.61
Hex 92 5B DB 21 3A 0 E 10A 40 3D
Octal 222 133 333 41 72 0 16 412 100 75
Binary 10010010 1011011 11011011 100001 111010 0 1110 100001010 1000000 111101

Color Harmonies of #925BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925BDB

Black with #925BDB

Text Example


Text Example

White with #925BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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