Html Css Color HEX #9D63CF Amethyst

📋 copy color: '#9D63CF'

red 157 ◦ green 99 ◦ blue 207

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

Shades of Amethyst #9D63CF

Tints of Amethyst #9D63CF

RGB

 RED value IS 157 (61.72% from 255) = 33.91%

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

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 33.91%
G = 21.38%
B = 44.71%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9D63CF (or 0x9D63CF) is known color: Amethyst. HEX triplet: 9D, 63 and CF. RGB value is (157,99,207). Sum of RGB (Red+Green+Blue) = 157+99+207=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D63CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D63CF is #629C30. Grayscale: #808080. Windows color (decimal): -6462513 or 13591453. OLE color: 13591453.

HSL color Cylindrical-coordinate representation of color #9D63CF: hue angle of 272.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D63CF is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 157 99 207 -
CMYK 0.24 0.52 0 0.19
HSL 272.22º 0.53% 0.6% -
HSV(B) 272.22º 0.52% 0.81% -
XYZ 29.63 20.6 61.45 -
YUV 128.65 172.22 148.22 -
System Red Green Blue C M Y K H S L
Decimal 157 99 207 0.24 0.52 0 0.19 272.22 0.53 0.6
Hex 9D 63 CF 18 34 0 13 110 35 3C
Octal 235 143 317 30 64 0 23 420 65 74
Binary 10011101 1100011 11001111 11000 110100 0 10011 100010000 110101 111100

Color Harmonies of #9D63CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D63CF

Black with #9D63CF

Text Example


Text Example

White with #9D63CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,99,207); }

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

background-color css

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

 a { background-color: rgb(157,99,207); }

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

border-color css

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

 span { border-color: rgb(157,99,207); }

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