Html Css Color HEX #9251DB Amethyst

📋 copy color: '#9251DB'

red 146 ◦ green 81 ◦ blue 219

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

Shades of Amethyst #9251DB

Tints of Amethyst #9251DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.16%

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

R = 32.74%
G = 18.16%
B = 49.1%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9251DB (or 0x9251DB) is known color: Amethyst. HEX triplet: 92, 51 and DB. RGB value is (146,81,219). Sum of RGB (Red+Green+Blue) = 146+81+219=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #9251DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9251DB is #6DAE24. Grayscale: #737373. Windows color (decimal): -7188005 or 14373266. OLE color: 14373266.

HSL color Cylindrical-coordinate representation of color #9251DB: hue angle of 268.26º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9251DB is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 81 219 -
CMYK 0.33 0.63 0 0.14
HSL 268.26º 0.66% 0.59% -
HSV(B) 268.26º 0.63% 0.86% -
XYZ 27.58 17.11 68.87 -
YUV 116.17 186.03 149.28 -
System Red Green Blue C M Y K H S L
Decimal 146 81 219 0.33 0.63 0 0.14 268.26 0.66 0.59
Hex 92 51 DB 21 3F 0 E 10C 42 3B
Octal 222 121 333 41 77 0 16 414 102 73
Binary 10010010 1010001 11011011 100001 111111 0 1110 100001100 1000010 111011

Color Harmonies of #9251DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9251DB

Black with #9251DB

Text Example


Text Example

White with #9251DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9251DB; }

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

 H1.HeaderClassName
 {
   color: #9251DB;
 }
 .AnyTagClassName
 {
   color: #9251DB;
 }
</style>

background-color css

<style>
 a { background-color: #9251DB; }

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

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

border-color css

<style>
 span { border-color: #9251DB; }

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

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