Html Css Color HEX #9A63CD Amethyst

📋 copy color: '#9A63CD'

red 154 ◦ green 99 ◦ blue 205

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

Shades of Amethyst #9A63CD

Tints of Amethyst #9A63CD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.62%

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 33.62%
G = 21.62%
B = 44.76%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A63CD (or 0x9A63CD) is known color: Amethyst. HEX triplet: 9A, 63 and CD. RGB value is (154,99,205). Sum of RGB (Red+Green+Blue) = 154+99+205=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A63CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A63CD is #659C32. Grayscale: #7F7F7F. Windows color (decimal): -6659123 or 13460378. OLE color: 13460378.

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

Color convert

RGB 154 99 205 -
CMYK 0.25 0.52 0 0.20
HSL 271.13º 0.51% 0.6% -
HSV(B) 271.13º 0.52% 0.8% -
XYZ 28.81 20.2 60.14 -
YUV 127.53 171.72 146.88 -
System Red Green Blue C M Y K H S L
Decimal 154 99 205 0.25 0.52 0 0.20 271.13 0.51 0.6
Hex 9A 63 CD 19 34 0 14 10F 33 3C
Octal 232 143 315 31 64 0 24 417 63 74
Binary 10011010 1100011 11001101 11001 110100 0 10100 100001111 110011 111100

Color Harmonies of #9A63CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A63CD

Black with #9A63CD

Text Example


Text Example

White with #9A63CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,99,205); }

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

background-color css

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

 a { background-color: rgb(154,99,205); }

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

border-color css

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

 span { border-color: rgb(154,99,205); }

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