Html Css Color HEX #9155CE Amethyst

📋 copy color: '#9155CE'

red 145 ◦ green 85 ◦ blue 206

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

Shades of Amethyst #9155CE

Tints of Amethyst #9155CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.5%

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

R = 33.26%
G = 19.5%
B = 47.25%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9155CE (or 0x9155CE) is known color: Amethyst. HEX triplet: 91, 55 and CE. RGB value is (145,85,206). Sum of RGB (Red+Green+Blue) = 145+85+206=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #9155CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9155CE is #6EAA31. Grayscale: #747474. Windows color (decimal): -7252530 or 13522321. OLE color: 13522321.

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

Color convert

RGB 145 85 206 -
CMYK 0.30 0.59 0 0.19
HSL 269.75º 0.55% 0.57% -
HSV(B) 269.75º 0.59% 0.81% -
XYZ 26.07 16.97 60.29 -
YUV 116.73 178.38 148.16 -
System Red Green Blue C M Y K H S L
Decimal 145 85 206 0.30 0.59 0 0.19 269.75 0.55 0.57
Hex 91 55 CE 1E 3B 0 13 10E 37 39
Octal 221 125 316 36 73 0 23 416 67 71
Binary 10010001 1010101 11001110 11110 111011 0 10011 100001110 110111 111001

Color Harmonies of #9155CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9155CE

Black with #9155CE

Text Example


Text Example

White with #9155CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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