Html Css Color HEX #8951CB Amethyst

📋 copy color: '#8951CB'

red 137 ◦ green 81 ◦ blue 203

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

Shades of Amethyst #8951CB

Tints of Amethyst #8951CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.22%

R = 32.54%
G = 19.24%
B = 48.22%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8951CB (or 0x8951CB) is known color: Amethyst. HEX triplet: 89, 51 and CB. RGB value is (137,81,203). Sum of RGB (Red+Green+Blue) = 137+81+203=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #8951CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8951CB is #76AE34. Grayscale: #6F6F6F. Windows color (decimal): -7777845 or 13324681. OLE color: 13324681.

HSL color Cylindrical-coordinate representation of color #8951CB: hue angle of 267.54º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8951CB is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 81 203 -
CMYK 0.33 0.60 0 0.20
HSL 267.54º 0.54% 0.56% -
HSV(B) 267.54º 0.6% 0.8% -
XYZ 24.04 15.52 58.23 -
YUV 111.65 179.55 146.08 -
System Red Green Blue C M Y K H S L
Decimal 137 81 203 0.33 0.60 0 0.20 267.54 0.54 0.56
Hex 89 51 CB 21 3C 0 14 10C 36 38
Octal 211 121 313 41 74 0 24 414 66 70
Binary 10001001 1010001 11001011 100001 111100 0 10100 100001100 110110 111000

Color Harmonies of #8951CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8951CB

Black with #8951CB

Text Example


Text Example

White with #8951CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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