Html Css Color HEX #9155CA Amethyst

📋 copy color: '#9155CA'

red 145 ◦ green 85 ◦ blue 202

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

Shades of Amethyst #9155CA

Tints of Amethyst #9155CA

RGB

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

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

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

R = 33.56%
G = 19.68%
B = 46.76%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9155CA (or 0x9155CA) is known color: Amethyst. HEX triplet: 91, 55 and CA. RGB value is (145,85,202). Sum of RGB (Red+Green+Blue) = 145+85+202=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #9155CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9155CA is #6EAA35. Grayscale: #737373. Windows color (decimal): -7252534 or 13260177. OLE color: 13260177.

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

Color convert

RGB 145 85 202 -
CMYK 0.28 0.58 0 0.21
HSL 270.77º 0.52% 0.56% -
HSV(B) 270.77º 0.58% 0.79% -
XYZ 25.59 16.78 57.77 -
YUV 116.28 176.38 148.49 -
System Red Green Blue C M Y K H S L
Decimal 145 85 202 0.28 0.58 0 0.21 270.77 0.52 0.56
Hex 91 55 CA 1C 3A 0 15 10F 34 38
Octal 221 125 312 34 72 0 25 417 64 70
Binary 10010001 1010101 11001010 11100 111010 0 10101 100001111 110100 111000

Color Harmonies of #9155CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9155CA

Black with #9155CA

Text Example


Text Example

White with #9155CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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