Html Css Color HEX #9052CE Amethyst

📋 copy color: '#9052CE'

red 144 ◦ green 82 ◦ blue 206

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

Shades of Amethyst #9052CE

Tints of Amethyst #9052CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 33.33%
G = 18.98%
B = 47.69%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9052CE (or 0x9052CE) is known color: Amethyst. HEX triplet: 90, 52 and CE. RGB value is (144,82,206). Sum of RGB (Red+Green+Blue) = 144+82+206=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #9052CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9052CE is #6FAD31. Grayscale: #727272. Windows color (decimal): -7318834 or 13521552. OLE color: 13521552.

HSL color Cylindrical-coordinate representation of color #9052CE: hue angle of 270º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9052CE is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 82 206 -
CMYK 0.30 0.60 0 0.19
HSL 270º 0.56% 0.56% -
HSV(B) 270º 0.6% 0.81% -
XYZ 25.66 16.42 60.21 -
YUV 114.67 179.54 148.92 -
System Red Green Blue C M Y K H S L
Decimal 144 82 206 0.30 0.60 0 0.19 270 0.56 0.56
Hex 90 52 CE 1E 3C 0 13 10E 38 38
Octal 220 122 316 36 74 0 23 416 70 70
Binary 10010000 1010010 11001110 11110 111100 0 10011 100001110 111000 111000

Color Harmonies of #9052CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9052CE

Black with #9052CE

Text Example


Text Example

White with #9052CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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