Html Css Color HEX #9251DC Amethyst

📋 copy color: '#9251DC'

red 146 ◦ green 81 ◦ blue 220

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

Shades of Amethyst #9251DC

Tints of Amethyst #9251DC

RGB

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

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

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

R = 32.66%
G = 18.12%
B = 49.22%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9251DC (or 0x9251DC) is known color: Amethyst. HEX triplet: 92, 51 and DC. RGB value is (146,81,220). Sum of RGB (Red+Green+Blue) = 146+81+220=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #9251DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9251DC is #6DAE23. Grayscale: #737373. Windows color (decimal): -7188004 or 14438802. OLE color: 14438802.

HSL color Cylindrical-coordinate representation of color #9251DC: hue angle of 268.06º degrees, saturation: 0.67, 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 #9251DC is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 81 220 -
CMYK 0.34 0.63 0 0.14
HSL 268.06º 0.67% 0.59% -
HSV(B) 268.06º 0.63% 0.86% -
XYZ 27.71 17.16 69.56 -
YUV 116.28 186.53 149.2 -
System Red Green Blue C M Y K H S L
Decimal 146 81 220 0.34 0.63 0 0.14 268.06 0.67 0.59
Hex 92 51 DC 22 3F 0 E 10C 43 3B
Octal 222 121 334 42 77 0 16 414 103 73
Binary 10010010 1010001 11011100 100010 111111 0 1110 100001100 1000011 111011

Color Harmonies of #9251DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9251DC

Black with #9251DC

Text Example


Text Example

White with #9251DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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