Html Css Color HEX #9062BF Amethyst

📋 copy color: '#9062BF'

red 144 ◦ green 98 ◦ blue 191

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

Shades of Amethyst #9062BF

Tints of Amethyst #9062BF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.63%

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

R = 33.26%
G = 22.63%
B = 44.11%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9062BF (or 0x9062BF) is known color: Amethyst. HEX triplet: 90, 62 and BF. RGB value is (144,98,191). Sum of RGB (Red+Green+Blue) = 144+98+191=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #9062BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9062BF is #6F9D40. Grayscale: #7A7A7A. Windows color (decimal): -7314753 or 12542608. OLE color: 12542608.

HSL color Cylindrical-coordinate representation of color #9062BF: hue angle of 269.68º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9062BF is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 98 191 -
CMYK 0.25 0.49 0 0.25
HSL 269.68º 0.42% 0.57% -
HSV(B) 269.68º 0.49% 0.75% -
XYZ 25.27 18.43 51.51 -
YUV 122.36 166.74 143.44 -
System Red Green Blue C M Y K H S L
Decimal 144 98 191 0.25 0.49 0 0.25 269.68 0.42 0.57
Hex 90 62 BF 19 31 0 19 10E 2A 39
Octal 220 142 277 31 61 0 31 416 52 71
Binary 10010000 1100010 10111111 11001 110001 0 11001 100001110 101010 111001

Color Harmonies of #9062BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9062BF

Black with #9062BF

Text Example


Text Example

White with #9062BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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