Html Css Color HEX #9A62CC Amethyst

📋 copy color: '#9A62CC'

red 154 ◦ green 98 ◦ blue 204

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

Shades of Amethyst #9A62CC

Tints of Amethyst #9A62CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.74%

R = 33.77%
G = 21.49%
B = 44.74%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9A62CC (or 0x9A62CC) is known color: Amethyst. HEX triplet: 9A, 62 and CC. RGB value is (154,98,204). Sum of RGB (Red+Green+Blue) = 154+98+204=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A62CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A62CC is #659D33. Grayscale: #7E7E7E. Windows color (decimal): -6659380 or 13394586. OLE color: 13394586.

HSL color Cylindrical-coordinate representation of color #9A62CC: hue angle of 271.7º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A62CC is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 98 204 -
CMYK 0.25 0.52 0 0.2
HSL 271.7º 0.51% 0.59% -
HSV(B) 271.7º 0.52% 0.8% -
XYZ 28.59 19.97 59.47 -
YUV 126.83 171.55 147.38 -
System Red Green Blue C M Y K H S L
Decimal 154 98 204 0.25 0.52 0 0.2 271.7 0.51 0.59
Hex 9A 62 CC 19 34 0 14 110 33 3B
Octal 232 142 314 31 64 0 24 420 63 73
Binary 10011010 1100010 11001100 11001 110100 0 10100 100010000 110011 111011

Color Harmonies of #9A62CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A62CC

Black with #9A62CC

Text Example


Text Example

White with #9A62CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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