Html Css Color HEX #9060BF Amethyst

📋 copy color: '#9060BF'

red 144 ◦ green 96 ◦ blue 191

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

Shades of Amethyst #9060BF

Tints of Amethyst #9060BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.32%

R = 33.41%
G = 22.27%
B = 44.32%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9060BF (or 0x9060BF) is known color: Amethyst. HEX triplet: 90, 60 and BF. RGB value is (144,96,191). Sum of RGB (Red+Green+Blue) = 144+96+191=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #9060BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9060BF is #6F9F40. Grayscale: #787878. Windows color (decimal): -7315265 or 12542096. OLE color: 12542096.

HSL color Cylindrical-coordinate representation of color #9060BF: hue angle of 270.32º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9060BF is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 96 191 -
CMYK 0.25 0.50 0 0.25
HSL 270.32º 0.43% 0.56% -
HSV(B) 270.32º 0.5% 0.75% -
XYZ 25.09 18.06 51.45 -
YUV 121.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 144 96 191 0.25 0.50 0 0.25 270.32 0.43 0.56
Hex 90 60 BF 19 32 0 19 10E 2B 38
Octal 220 140 277 31 62 0 31 416 53 70
Binary 10010000 1100000 10111111 11001 110010 0 11001 100001110 101011 111000

Color Harmonies of #9060BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9060BF

Black with #9060BF

Text Example


Text Example

White with #9060BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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