Html Css Color HEX #9155DC Amethyst

📋 copy color: '#9155DC'

red 145 ◦ green 85 ◦ blue 220

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

Shades of Amethyst #9155DC

Tints of Amethyst #9155DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.89%

R = 32.22%
G = 18.89%
B = 48.89%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9155DC (or 0x9155DC) is known color: Amethyst. HEX triplet: 91, 55 and DC. RGB value is (145,85,220). Sum of RGB (Red+Green+Blue) = 145+85+220=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #9155DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9155DC is #6EAA23. Grayscale: #757575. Windows color (decimal): -7252516 or 14439825. OLE color: 14439825.

HSL color Cylindrical-coordinate representation of color #9155DC: hue angle of 266.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9155DC is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 85 220 -
CMYK 0.34 0.61 0 0.14
HSL 266.67º 0.66% 0.6% -
HSV(B) 266.67º 0.61% 0.86% -
XYZ 27.84 17.68 69.66 -
YUV 118.33 185.38 147.02 -
System Red Green Blue C M Y K H S L
Decimal 145 85 220 0.34 0.61 0 0.14 266.67 0.66 0.6
Hex 91 55 DC 22 3D 0 E 10B 42 3C
Octal 221 125 334 42 75 0 16 413 102 74
Binary 10010001 1010101 11011100 100010 111101 0 1110 100001011 1000010 111100

Color Harmonies of #9155DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9155DC

Black with #9155DC

Text Example


Text Example

White with #9155DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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