Html Css Color HEX #9052CB Amethyst

📋 copy color: '#9052CB'

red 144 ◦ green 82 ◦ blue 203

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

Shades of Amethyst #9052CB

Tints of Amethyst #9052CB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.11%

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

R = 33.57%
G = 19.11%
B = 47.32%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9052CB (or 0x9052CB) is known color: Amethyst. HEX triplet: 90, 52 and CB. RGB value is (144,82,203). Sum of RGB (Red+Green+Blue) = 144+82+203=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #9052CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9052CB is #6FAD34. Grayscale: #717171. Windows color (decimal): -7318837 or 13324944. OLE color: 13324944.

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

Color convert

RGB 144 82 203 -
CMYK 0.29 0.60 0 0.20
HSL 270.74º 0.54% 0.56% -
HSV(B) 270.74º 0.6% 0.8% -
XYZ 25.3 16.28 58.31 -
YUV 114.33 178.04 149.16 -
System Red Green Blue C M Y K H S L
Decimal 144 82 203 0.29 0.60 0 0.20 270.74 0.54 0.56
Hex 90 52 CB 1D 3C 0 14 10F 36 38
Octal 220 122 313 35 74 0 24 417 66 70
Binary 10010000 1010010 11001011 11101 111100 0 10100 100001111 110110 111000

Color Harmonies of #9052CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9052CB

Black with #9052CB

Text Example


Text Example

White with #9052CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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