Html Css Color HEX #9055CB Amethyst

📋 copy color: '#9055CB'

red 144 ◦ green 85 ◦ blue 203

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

Shades of Amethyst #9055CB

Tints of Amethyst #9055CB

RGB

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

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

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

R = 33.33%
G = 19.68%
B = 46.99%

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

#9055CB (or 0x9055CB) is known color: Amethyst. HEX triplet: 90, 55 and CB. RGB value is (144,85,203). Sum of RGB (Red+Green+Blue) = 144+85+203=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #9055CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9055CB is #6FAA34. Grayscale: #737373. Windows color (decimal): -7318069 or 13325712. OLE color: 13325712.

HSL color Cylindrical-coordinate representation of color #9055CB: hue angle of 270º 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 #9055CB is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 85 203 -
CMYK 0.29 0.58 0 0.20
HSL 270º 0.53% 0.56% -
HSV(B) 270º 0.58% 0.8% -
XYZ 25.53 16.74 58.39 -
YUV 116.09 177.05 147.91 -
System Red Green Blue C M Y K H S L
Decimal 144 85 203 0.29 0.58 0 0.20 270 0.53 0.56
Hex 90 55 CB 1D 3A 0 14 10E 35 38
Octal 220 125 313 35 72 0 24 416 65 70
Binary 10010000 1010101 11001011 11101 111010 0 10100 100001110 110101 111000

Color Harmonies of #9055CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9055CB

Black with #9055CB

Text Example


Text Example

White with #9055CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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