Html Css Color HEX #9057CB Amethyst

📋 copy color: '#9057CB'

red 144 ◦ green 87 ◦ blue 203

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

Shades of Amethyst #9057CB

Tints of Amethyst #9057CB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.05%

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

R = 33.18%
G = 20.05%
B = 46.77%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9057CB (or 0x9057CB) is known color: Amethyst. HEX triplet: 90, 57 and CB. RGB value is (144,87,203). Sum of RGB (Red+Green+Blue) = 144+87+203=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #9057CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9057CB is #6FA834. Grayscale: #747474. Windows color (decimal): -7317557 or 13326224. OLE color: 13326224.

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

Color convert

RGB 144 87 203 -
CMYK 0.29 0.57 0 0.20
HSL 269.48º 0.53% 0.57% -
HSV(B) 269.48º 0.57% 0.8% -
XYZ 25.69 17.06 58.44 -
YUV 117.27 176.38 147.07 -
System Red Green Blue C M Y K H S L
Decimal 144 87 203 0.29 0.57 0 0.20 269.48 0.53 0.57
Hex 90 57 CB 1D 39 0 14 10D 35 39
Octal 220 127 313 35 71 0 24 415 65 71
Binary 10010000 1010111 11001011 11101 111001 0 10100 100001101 110101 111001

Color Harmonies of #9057CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9057CB

Black with #9057CB

Text Example


Text Example

White with #9057CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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