Html Css Color HEX #9053CB Amethyst

📋 copy color: '#9053CB'

red 144 ◦ green 83 ◦ blue 203

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

Shades of Amethyst #9053CB

Tints of Amethyst #9053CB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.3%

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

R = 33.49%
G = 19.3%
B = 47.21%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9053CB (or 0x9053CB) is known color: Amethyst. HEX triplet: 90, 53 and CB. RGB value is (144,83,203). Sum of RGB (Red+Green+Blue) = 144+83+203=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #9053CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9053CB is #6FAC34. Grayscale: #727272. Windows color (decimal): -7318581 or 13325200. OLE color: 13325200.

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

Color convert

RGB 144 83 203 -
CMYK 0.29 0.59 0 0.20
HSL 270.5º 0.54% 0.56% -
HSV(B) 270.5º 0.59% 0.8% -
XYZ 25.37 16.43 58.33 -
YUV 114.92 177.71 148.74 -
System Red Green Blue C M Y K H S L
Decimal 144 83 203 0.29 0.59 0 0.20 270.5 0.54 0.56
Hex 90 53 CB 1D 3B 0 14 10E 36 38
Octal 220 123 313 35 73 0 24 416 66 70
Binary 10010000 1010011 11001011 11101 111011 0 10100 100001110 110110 111000

Color Harmonies of #9053CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9053CB

Black with #9053CB

Text Example


Text Example

White with #9053CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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