Html Css Color HEX #8951DD Amethyst

📋 copy color: '#8951DD'

red 137 ◦ green 81 ◦ blue 221

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

Shades of Amethyst #8951DD

Tints of Amethyst #8951DD

RGB

 RED value IS 137 (53.91% from 255) = 31.21%

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

 BLUE value IS 221 (86.72% from 255) = 50.34%

R = 31.21%
G = 18.45%
B = 50.34%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8951DD (or 0x8951DD) is known color: Amethyst. HEX triplet: 89, 51 and DD. RGB value is (137,81,221). Sum of RGB (Red+Green+Blue) = 137+81+221=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #8951DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8951DD is #76AE22. Grayscale: #717171. Windows color (decimal): -7777827 or 14504329. OLE color: 14504329.

HSL color Cylindrical-coordinate representation of color #8951DD: hue angle of 264º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8951DD is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 81 221 -
CMYK 0.38 0.63 0 0.13
HSL 264º 0.67% 0.59% -
HSV(B) 264º 0.63% 0.87% -
XYZ 26.31 16.42 70.19 -
YUV 113.7 188.55 144.62 -
System Red Green Blue C M Y K H S L
Decimal 137 81 221 0.38 0.63 0 0.13 264 0.67 0.59
Hex 89 51 DD 26 3F 0 D 108 43 3B
Octal 211 121 335 46 77 0 15 410 103 73
Binary 10001001 1010001 11011101 100110 111111 0 1101 100001000 1000011 111011

Color Harmonies of #8951DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8951DD

Black with #8951DD

Text Example


Text Example

White with #8951DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8951DD; }

 p { color: rgb(137,81,221); }

 H1.HeaderClassName
 {
   color: #8951DD;
 }
 .AnyTagClassName
 {
   color: #8951DD;
 }
</style>

background-color css

<style>
 a { background-color: #8951DD; }

 a { background-color: rgb(137,81,221); }

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

border-color css

<style>
 span { border-color: #8951DD; }

 span { border-color: rgb(137,81,221); }

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