Html Css Color HEX #9157CB Amethyst

📋 copy color: '#9157CB'

red 145 ◦ green 87 ◦ blue 203

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

Shades of Amethyst #9157CB

Tints of Amethyst #9157CB

RGB

 RED value IS 145 (57.03% from 255) = 33.33%

 GREEN value IS 87 (34.38% from 255) = 20%

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

R = 33.33%
G = 20%
B = 46.67%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9157CB (or 0x9157CB) is known color: Amethyst. HEX triplet: 91, 57 and CB. RGB value is (145,87,203). Sum of RGB (Red+Green+Blue) = 145+87+203=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #9157CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9157CB is #6EA834. Grayscale: #757575. Windows color (decimal): -7252021 or 13326225. OLE color: 13326225.

HSL color Cylindrical-coordinate representation of color #9157CB: hue angle of 270º 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 #9157CB is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 87 203 -
CMYK 0.29 0.57 0 0.20
HSL 270º 0.53% 0.57% -
HSV(B) 270º 0.57% 0.8% -
XYZ 25.86 17.15 58.45 -
YUV 117.57 176.22 147.57 -
System Red Green Blue C M Y K H S L
Decimal 145 87 203 0.29 0.57 0 0.20 270 0.53 0.57
Hex 91 57 CB 1D 39 0 14 10E 35 39
Octal 221 127 313 35 71 0 24 416 65 71
Binary 10010001 1010111 11001011 11101 111001 0 10100 100001110 110101 111001

Color Harmonies of #9157CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9157CB

Black with #9157CB

Text Example


Text Example

White with #9157CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,87,203); }

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

background-color css

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

 a { background-color: rgb(145,87,203); }

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

border-color css

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

 span { border-color: rgb(145,87,203); }

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