Html Css Color HEX #9062CA Amethyst

📋 copy color: '#9062CA'

red 144 ◦ green 98 ◦ blue 202

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

Shades of Amethyst #9062CA

Tints of Amethyst #9062CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.5%

R = 32.43%
G = 22.07%
B = 45.5%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9062CA (or 0x9062CA) is known color: Amethyst. HEX triplet: 90, 62 and CA. RGB value is (144,98,202). Sum of RGB (Red+Green+Blue) = 144+98+202=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #9062CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9062CA is #6F9D35. Grayscale: #7B7B7B. Windows color (decimal): -7314742 or 13263504. OLE color: 13263504.

HSL color Cylindrical-coordinate representation of color #9062CA: hue angle of 266.54º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9062CA is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 98 202 -
CMYK 0.29 0.51 0 0.21
HSL 266.54º 0.5% 0.59% -
HSV(B) 266.54º 0.51% 0.79% -
XYZ 26.53 18.93 58.13 -
YUV 123.61 172.24 142.54 -
System Red Green Blue C M Y K H S L
Decimal 144 98 202 0.29 0.51 0 0.21 266.54 0.5 0.59
Hex 90 62 CA 1D 33 0 15 10B 32 3B
Octal 220 142 312 35 63 0 25 413 62 73
Binary 10010000 1100010 11001010 11101 110011 0 10101 100001011 110010 111011

Color Harmonies of #9062CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9062CA

Black with #9062CA

Text Example


Text Example

White with #9062CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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