Html Css Color HEX #9A62DD Amethyst

📋 copy color: '#9A62DD'

red 154 ◦ green 98 ◦ blue 221

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

Shades of Amethyst #9A62DD

Tints of Amethyst #9A62DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 32.56%
G = 20.72%
B = 46.72%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A62DD (or 0x9A62DD) is known color: Amethyst. HEX triplet: 9A, 62 and DD. RGB value is (154,98,221). Sum of RGB (Red+Green+Blue) = 154+98+221=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A62DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A62DD is #659D22. Grayscale: #808080. Windows color (decimal): -6659363 or 14508698. OLE color: 14508698.

HSL color Cylindrical-coordinate representation of color #9A62DD: hue angle of 267.32º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A62DD is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 98 221 -
CMYK 0.30 0.56 0 0.13
HSL 267.32º 0.64% 0.63% -
HSV(B) 267.32º 0.56% 0.87% -
XYZ 30.75 20.83 70.81 -
YUV 128.77 180.05 146 -
System Red Green Blue C M Y K H S L
Decimal 154 98 221 0.30 0.56 0 0.13 267.32 0.64 0.63
Hex 9A 62 DD 1E 38 0 D 10B 40 3F
Octal 232 142 335 36 70 0 15 413 100 77
Binary 10011010 1100010 11011101 11110 111000 0 1101 100001011 1000000 111111

Color Harmonies of #9A62DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A62DD

Black with #9A62DD

Text Example


Text Example

White with #9A62DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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