Html Css Color HEX #9157CC Amethyst

📋 copy color: '#9157CC'

red 145 ◦ green 87 ◦ blue 204

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

Shades of Amethyst #9157CC

Tints of Amethyst #9157CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 33.26%
G = 19.95%
B = 46.79%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9157CC (or 0x9157CC) is known color: Amethyst. HEX triplet: 91, 57 and CC. RGB value is (145,87,204). Sum of RGB (Red+Green+Blue) = 145+87+204=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #9157CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9157CC is #6EA833. Grayscale: #757575. Windows color (decimal): -7252020 or 13391761. OLE color: 13391761.

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

Color convert

RGB 145 87 204 -
CMYK 0.29 0.57 0 0.2
HSL 269.74º 0.53% 0.57% -
HSV(B) 269.74º 0.57% 0.8% -
XYZ 25.98 17.2 59.08 -
YUV 117.68 176.72 147.49 -
System Red Green Blue C M Y K H S L
Decimal 145 87 204 0.29 0.57 0 0.2 269.74 0.53 0.57
Hex 91 57 CC 1D 39 0 14 10E 35 39
Octal 221 127 314 35 71 0 24 416 65 71
Binary 10010001 1010111 11001100 11101 111001 0 10100 100001110 110101 111001

Color Harmonies of #9157CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9157CC

Black with #9157CC

Text Example


Text Example

White with #9157CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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