Html Css Color HEX #9055CF Amethyst

📋 copy color: '#9055CF'

red 144 ◦ green 85 ◦ blue 207

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

Shades of Amethyst #9055CF

Tints of Amethyst #9055CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 33.03%
G = 19.5%
B = 47.48%

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

#9055CF (or 0x9055CF) is known color: Amethyst. HEX triplet: 90, 55 and CF. RGB value is (144,85,207). Sum of RGB (Red+Green+Blue) = 144+85+207=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #9055CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9055CF is #6FAA30. Grayscale: #747474. Windows color (decimal): -7318065 or 13587856. OLE color: 13587856.

HSL color Cylindrical-coordinate representation of color #9055CF: hue angle of 269.02º degrees, saturation: 0.56, 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 #9055CF is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 85 207 -
CMYK 0.30 0.59 0 0.19
HSL 269.02º 0.56% 0.57% -
HSV(B) 269.02º 0.59% 0.81% -
XYZ 26.01 16.93 60.93 -
YUV 116.55 179.05 147.58 -
System Red Green Blue C M Y K H S L
Decimal 144 85 207 0.30 0.59 0 0.19 269.02 0.56 0.57
Hex 90 55 CF 1E 3B 0 13 10D 38 39
Octal 220 125 317 36 73 0 23 415 70 71
Binary 10010000 1010101 11001111 11110 111011 0 10011 100001101 111000 111001

Color Harmonies of #9055CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9055CF

Black with #9055CF

Text Example


Text Example

White with #9055CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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