Html Css Color HEX #8953CB Amethyst

📋 copy color: '#8953CB'

red 137 ◦ green 83 ◦ blue 203

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

Shades of Amethyst #8953CB

Tints of Amethyst #8953CB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.62%

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

R = 32.39%
G = 19.62%
B = 47.99%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8953CB (or 0x8953CB) is known color: Amethyst. HEX triplet: 89, 53 and CB. RGB value is (137,83,203). Sum of RGB (Red+Green+Blue) = 137+83+203=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #8953CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8953CB is #76AC34. Grayscale: #707070. Windows color (decimal): -7777333 or 13325193. OLE color: 13325193.

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

Color convert

RGB 137 83 203 -
CMYK 0.33 0.59 0 0.20
HSL 267º 0.54% 0.56% -
HSV(B) 267º 0.59% 0.8% -
XYZ 24.19 15.82 58.28 -
YUV 112.83 178.89 145.24 -
System Red Green Blue C M Y K H S L
Decimal 137 83 203 0.33 0.59 0 0.20 267 0.54 0.56
Hex 89 53 CB 21 3B 0 14 10B 36 38
Octal 211 123 313 41 73 0 24 413 66 70
Binary 10001001 1010011 11001011 100001 111011 0 10100 100001011 110110 111000

Color Harmonies of #8953CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8953CB

Black with #8953CB

Text Example


Text Example

White with #8953CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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