Html Css Color HEX #9155CB Amethyst

📋 copy color: '#9155CB'

red 145 ◦ green 85 ◦ blue 203

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

Shades of Amethyst #9155CB

Tints of Amethyst #9155CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.88%

R = 33.49%
G = 19.63%
B = 46.88%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9155CB (or 0x9155CB) is known color: Amethyst. HEX triplet: 91, 55 and CB. RGB value is (145,85,203). Sum of RGB (Red+Green+Blue) = 145+85+203=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #9155CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9155CB is #6EAA34. Grayscale: #737373. Windows color (decimal): -7252533 or 13325713. OLE color: 13325713.

HSL color Cylindrical-coordinate representation of color #9155CB: hue angle of 270.51º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9155CB is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 85 203 -
CMYK 0.29 0.58 0 0.20
HSL 270.51º 0.53% 0.56% -
HSV(B) 270.51º 0.58% 0.8% -
XYZ 25.71 16.83 58.39 -
YUV 116.39 176.88 148.41 -
System Red Green Blue C M Y K H S L
Decimal 145 85 203 0.29 0.58 0 0.20 270.51 0.53 0.56
Hex 91 55 CB 1D 3A 0 14 10F 35 38
Octal 221 125 313 35 72 0 24 417 65 70
Binary 10010001 1010101 11001011 11101 111010 0 10100 100001111 110101 111000

Color Harmonies of #9155CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9155CB

Black with #9155CB

Text Example


Text Example

White with #9155CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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