Html Css Color HEX #9C63CD Amethyst

📋 copy color: '#9C63CD'

red 156 ◦ green 99 ◦ blue 205

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

Shades of Amethyst #9C63CD

Tints of Amethyst #9C63CD

RGB

 RED value IS 156 (61.33% from 255) = 33.91%

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

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

R = 33.91%
G = 21.52%
B = 44.57%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C63CD (or 0x9C63CD) is known color: Amethyst. HEX triplet: 9C, 63 and CD. RGB value is (156,99,205). Sum of RGB (Red+Green+Blue) = 156+99+205=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C63CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C63CD is #639C32. Grayscale: #7F7F7F. Windows color (decimal): -6528051 or 13460380. OLE color: 13460380.

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

Color convert

RGB 156 99 205 -
CMYK 0.24 0.52 0 0.20
HSL 272.26º 0.51% 0.6% -
HSV(B) 272.26º 0.52% 0.8% -
XYZ 29.19 20.4 60.16 -
YUV 128.13 171.38 147.88 -
System Red Green Blue C M Y K H S L
Decimal 156 99 205 0.24 0.52 0 0.20 272.26 0.51 0.6
Hex 9C 63 CD 18 34 0 14 110 33 3C
Octal 234 143 315 30 64 0 24 420 63 74
Binary 10011100 1100011 11001101 11000 110100 0 10100 100010000 110011 111100

Color Harmonies of #9C63CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C63CD

Black with #9C63CD

Text Example


Text Example

White with #9C63CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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