Html Css Color HEX #9A62CA Amethyst

📋 copy color: '#9A62CA'

red 154 ◦ green 98 ◦ blue 202

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

Shades of Amethyst #9A62CA

Tints of Amethyst #9A62CA

RGB

 RED value IS 154 (60.55% from 255) = 33.92%

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

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

R = 33.92%
G = 21.59%
B = 44.49%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9A62CA (or 0x9A62CA) is known color: Amethyst. HEX triplet: 9A, 62 and CA. RGB value is (154,98,202). Sum of RGB (Red+Green+Blue) = 154+98+202=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A62CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A62CA is #659D35. Grayscale: #7E7E7E. Windows color (decimal): -6659382 or 13263514. OLE color: 13263514.

HSL color Cylindrical-coordinate representation of color #9A62CA: hue angle of 272.31º 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 #9A62CA is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 154 98 202 -
CMYK 0.24 0.51 0 0.21
HSL 272.31º 0.5% 0.59% -
HSV(B) 272.31º 0.51% 0.79% -
XYZ 28.35 19.87 58.22 -
YUV 126.6 170.55 147.54 -
System Red Green Blue C M Y K H S L
Decimal 154 98 202 0.24 0.51 0 0.21 272.31 0.5 0.59
Hex 9A 62 CA 18 33 0 15 110 32 3B
Octal 232 142 312 30 63 0 25 420 62 73
Binary 10011010 1100010 11001010 11000 110011 0 10101 100010000 110010 111011

Color Harmonies of #9A62CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A62CA

Black with #9A62CA

Text Example


Text Example

White with #9A62CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A62CA; }

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

 H1.HeaderClassName
 {
   color: #9A62CA;
 }
 .AnyTagClassName
 {
   color: #9A62CA;
 }
</style>

background-color css

<style>
 a { background-color: #9A62CA; }

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

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

border-color css

<style>
 span { border-color: #9A62CA; }

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

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