Html Css Color HEX #9060C3 Amethyst

📋 copy color: '#9060C3'

red 144 ◦ green 96 ◦ blue 195

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

Shades of Amethyst #9060C3

Tints of Amethyst #9060C3

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.07%

 BLUE value IS 195 (76.56% from 255) = 44.83%

R = 33.1%
G = 22.07%
B = 44.83%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9060C3 (or 0x9060C3) is known color: Amethyst. HEX triplet: 90, 60 and C3. RGB value is (144,96,195). Sum of RGB (Red+Green+Blue) = 144+96+195=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 195 - color contains mainly: blue. Hex color #9060C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9060C3 is #6F9F3C. Grayscale: #797979. Windows color (decimal): -7315261 or 12804240. OLE color: 12804240.

HSL color Cylindrical-coordinate representation of color #9060C3: hue angle of 269.09º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9060C3 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 96 195 -
CMYK 0.26 0.51 0 0.24
HSL 269.09º 0.45% 0.57% -
HSV(B) 269.09º 0.51% 0.76% -
XYZ 25.53 18.24 53.8 -
YUV 121.64 169.4 143.95 -
System Red Green Blue C M Y K H S L
Decimal 144 96 195 0.26 0.51 0 0.24 269.09 0.45 0.57
Hex 90 60 C3 1A 33 0 18 10D 2D 39
Octal 220 140 303 32 63 0 30 415 55 71
Binary 10010000 1100000 11000011 11010 110011 0 11000 100001101 101101 111001

Color Harmonies of #9060C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9060C3

Black with #9060C3

Text Example


Text Example

White with #9060C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9060C3; }

 p { color: rgb(144,96,195); }

 H1.HeaderClassName
 {
   color: #9060C3;
 }
 .AnyTagClassName
 {
   color: #9060C3;
 }
</style>

background-color css

<style>
 a { background-color: #9060C3; }

 a { background-color: rgb(144,96,195); }

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

border-color css

<style>
 span { border-color: #9060C3; }

 span { border-color: rgb(144,96,195); }

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