Html Css Color HEX #9157CA Amethyst

📋 copy color: '#9157CA'

red 145 ◦ green 87 ◦ blue 202

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

Shades of Amethyst #9157CA

Tints of Amethyst #9157CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 33.41%
G = 20.05%
B = 46.54%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9157CA (or 0x9157CA) is known color: Amethyst. HEX triplet: 91, 57 and CA. RGB value is (145,87,202). Sum of RGB (Red+Green+Blue) = 145+87+202=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #9157CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9157CA is #6EA835. Grayscale: #757575. Windows color (decimal): -7252022 or 13260689. OLE color: 13260689.

HSL color Cylindrical-coordinate representation of color #9157CA: hue angle of 270.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9157CA is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 145 87 202 -
CMYK 0.28 0.57 0 0.21
HSL 270.26º 0.52% 0.57% -
HSV(B) 270.26º 0.57% 0.79% -
XYZ 25.75 17.1 57.82 -
YUV 117.45 175.72 147.65 -
System Red Green Blue C M Y K H S L
Decimal 145 87 202 0.28 0.57 0 0.21 270.26 0.52 0.57
Hex 91 57 CA 1C 39 0 15 10E 34 39
Octal 221 127 312 34 71 0 25 416 64 71
Binary 10010001 1010111 11001010 11100 111001 0 10101 100001110 110100 111001

Color Harmonies of #9157CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9157CA

Black with #9157CA

Text Example


Text Example

White with #9157CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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