Html Css Color HEX #9050CE Amethyst

📋 copy color: '#9050CE'

red 144 ◦ green 80 ◦ blue 206

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

Shades of Amethyst #9050CE

Tints of Amethyst #9050CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.6%

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

R = 33.49%
G = 18.6%
B = 47.91%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9050CE (or 0x9050CE) is known color: Amethyst. HEX triplet: 90, 50 and CE. RGB value is (144,80,206). Sum of RGB (Red+Green+Blue) = 144+80+206=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #9050CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9050CE is #6FAF31. Grayscale: #717171. Windows color (decimal): -7319346 or 13521040. OLE color: 13521040.

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

Color convert

RGB 144 80 206 -
CMYK 0.30 0.61 0 0.19
HSL 270.48º 0.56% 0.56% -
HSV(B) 270.48º 0.61% 0.81% -
XYZ 25.51 16.12 60.16 -
YUV 113.5 180.2 149.75 -
System Red Green Blue C M Y K H S L
Decimal 144 80 206 0.30 0.61 0 0.19 270.48 0.56 0.56
Hex 90 50 CE 1E 3D 0 13 10E 38 38
Octal 220 120 316 36 75 0 23 416 70 70
Binary 10010000 1010000 11001110 11110 111101 0 10011 100001110 111000 111000

Color Harmonies of #9050CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9050CE

Black with #9050CE

Text Example


Text Example

White with #9050CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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