Html Css Color HEX #9062C0 Amethyst

📋 copy color: '#9062C0'

red 144 ◦ green 98 ◦ blue 192

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

Shades of Amethyst #9062C0

Tints of Amethyst #9062C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.24%

R = 33.18%
G = 22.58%
B = 44.24%

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

#9062C0 (or 0x9062C0) is known color: Amethyst. HEX triplet: 90, 62 and C0. RGB value is (144,98,192). Sum of RGB (Red+Green+Blue) = 144+98+192=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #9062C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9062C0 is #6F9D3F. Grayscale: #7A7A7A. Windows color (decimal): -7314752 or 12608144. OLE color: 12608144.

HSL color Cylindrical-coordinate representation of color #9062C0: hue angle of 269.36º degrees, saturation: 0.43, 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 #9062C0 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 98 192 -
CMYK 0.25 0.49 0 0.25
HSL 269.36º 0.43% 0.57% -
HSV(B) 269.36º 0.49% 0.75% -
XYZ 25.38 18.47 52.1 -
YUV 122.47 167.24 143.36 -
System Red Green Blue C M Y K H S L
Decimal 144 98 192 0.25 0.49 0 0.25 269.36 0.43 0.57
Hex 90 62 C0 19 31 0 19 10D 2B 39
Octal 220 142 300 31 61 0 31 415 53 71
Binary 10010000 1100010 11000000 11001 110001 0 11001 100001101 101011 111001

Color Harmonies of #9062C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9062C0

Black with #9062C0

Text Example


Text Example

White with #9062C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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