Html Css Color HEX #9060BD Amethyst

📋 copy color: '#9060BD'

red 144 ◦ green 96 ◦ blue 189

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

Shades of Amethyst #9060BD

Tints of Amethyst #9060BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.06%

R = 33.57%
G = 22.38%
B = 44.06%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9060BD (or 0x9060BD) is known color: Amethyst. HEX triplet: 90, 60 and BD. RGB value is (144,96,189). Sum of RGB (Red+Green+Blue) = 144+96+189=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #9060BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9060BD is #6F9F42. Grayscale: #787878. Windows color (decimal): -7315267 or 12411024. OLE color: 12411024.

HSL color Cylindrical-coordinate representation of color #9060BD: hue angle of 270.97º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9060BD is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 96 189 -
CMYK 0.24 0.49 0 0.26
HSL 270.97º 0.41% 0.56% -
HSV(B) 270.97º 0.49% 0.74% -
XYZ 24.87 17.97 50.3 -
YUV 120.95 166.4 144.44 -
System Red Green Blue C M Y K H S L
Decimal 144 96 189 0.24 0.49 0 0.26 270.97 0.41 0.56
Hex 90 60 BD 18 31 0 1A 10F 29 38
Octal 220 140 275 30 61 0 32 417 51 70
Binary 10010000 1100000 10111101 11000 110001 0 11010 100001111 101001 111000

Color Harmonies of #9060BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9060BD

Black with #9060BD

Text Example


Text Example

White with #9060BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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