Html Css Color HEX #9158CE Amethyst

📋 copy color: '#9158CE'

red 145 ◦ green 88 ◦ blue 206

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

Shades of Amethyst #9158CE

Tints of Amethyst #9158CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 33.03%
G = 20.05%
B = 46.92%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9158CE (or 0x9158CE) is known color: Amethyst. HEX triplet: 91, 58 and CE. RGB value is (145,88,206). Sum of RGB (Red+Green+Blue) = 145+88+206=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #9158CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9158CE is #6EA731. Grayscale: #767676. Windows color (decimal): -7251762 or 13523089. OLE color: 13523089.

HSL color Cylindrical-coordinate representation of color #9158CE: hue angle of 268.98º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9158CE is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 88 206 -
CMYK 0.30 0.57 0 0.19
HSL 268.98º 0.55% 0.58% -
HSV(B) 268.98º 0.57% 0.81% -
XYZ 26.31 17.46 60.38 -
YUV 118.5 177.38 146.91 -
System Red Green Blue C M Y K H S L
Decimal 145 88 206 0.30 0.57 0 0.19 268.98 0.55 0.58
Hex 91 58 CE 1E 39 0 13 10D 37 3A
Octal 221 130 316 36 71 0 23 415 67 72
Binary 10010001 1011000 11001110 11110 111001 0 10011 100001101 110111 111010

Color Harmonies of #9158CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9158CE

Black with #9158CE

Text Example


Text Example

White with #9158CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9158CE; }

 p { color: rgb(145,88,206); }

 H1.HeaderClassName
 {
   color: #9158CE;
 }
 .AnyTagClassName
 {
   color: #9158CE;
 }
</style>

background-color css

<style>
 a { background-color: #9158CE; }

 a { background-color: rgb(145,88,206); }

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

border-color css

<style>
 span { border-color: #9158CE; }

 span { border-color: rgb(145,88,206); }

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