Html Css Color HEX #8958CB Amethyst

📋 copy color: '#8958CB'

red 137 ◦ green 88 ◦ blue 203

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

Shades of Amethyst #8958CB

Tints of Amethyst #8958CB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.56%

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

R = 32.01%
G = 20.56%
B = 47.43%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8958CB (or 0x8958CB) is known color: Amethyst. HEX triplet: 89, 58 and CB. RGB value is (137,88,203). Sum of RGB (Red+Green+Blue) = 137+88+203=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #8958CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8958CB is #76A734. Grayscale: #737373. Windows color (decimal): -7776053 or 13326473. OLE color: 13326473.

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

Color convert

RGB 137 88 203 -
CMYK 0.33 0.57 0 0.20
HSL 265.57º 0.53% 0.57% -
HSV(B) 265.57º 0.57% 0.8% -
XYZ 24.59 16.61 58.41 -
YUV 115.76 177.23 143.15 -
System Red Green Blue C M Y K H S L
Decimal 137 88 203 0.33 0.57 0 0.20 265.57 0.53 0.57
Hex 89 58 CB 21 39 0 14 10A 35 39
Octal 211 130 313 41 71 0 24 412 65 71
Binary 10001001 1011000 11001011 100001 111001 0 10100 100001010 110101 111001

Color Harmonies of #8958CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8958CB

Black with #8958CB

Text Example


Text Example

White with #8958CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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