Html Css Color HEX #9055CC Amethyst

📋 copy color: '#9055CC'

red 144 ◦ green 85 ◦ blue 204

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

Shades of Amethyst #9055CC

Tints of Amethyst #9055CC

RGB

 RED value IS 144 (56.64% from 255) = 33.26%

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 33.26%
G = 19.63%
B = 47.11%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9055CC (or 0x9055CC) is known color: Amethyst. HEX triplet: 90, 55 and CC. RGB value is (144,85,204). Sum of RGB (Red+Green+Blue) = 144+85+204=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #9055CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9055CC is #6FAA33. Grayscale: #737373. Windows color (decimal): -7318068 or 13391248. OLE color: 13391248.

HSL color Cylindrical-coordinate representation of color #9055CC: hue angle of 269.75º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9055CC is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 85 204 -
CMYK 0.29 0.58 0 0.2
HSL 269.75º 0.54% 0.57% -
HSV(B) 269.75º 0.58% 0.8% -
XYZ 25.65 16.79 59.01 -
YUV 116.21 177.55 147.82 -
System Red Green Blue C M Y K H S L
Decimal 144 85 204 0.29 0.58 0 0.2 269.75 0.54 0.57
Hex 90 55 CC 1D 3A 0 14 10E 36 39
Octal 220 125 314 35 72 0 24 416 66 71
Binary 10010000 1010101 11001100 11101 111010 0 10100 100001110 110110 111001

Color Harmonies of #9055CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9055CC

Black with #9055CC

Text Example


Text Example

White with #9055CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9055CC; }

 p { color: rgb(144,85,204); }

 H1.HeaderClassName
 {
   color: #9055CC;
 }
 .AnyTagClassName
 {
   color: #9055CC;
 }
</style>

background-color css

<style>
 a { background-color: #9055CC; }

 a { background-color: rgb(144,85,204); }

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

border-color css

<style>
 span { border-color: #9055CC; }

 span { border-color: rgb(144,85,204); }

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