Html Css Color HEX #9863C7 Amethyst

📋 copy color: '#9863C7'

red 152 ◦ green 99 ◦ blue 199

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

Shades of Amethyst #9863C7

Tints of Amethyst #9863C7

RGB

 RED value IS 152 (59.77% from 255) = 33.78%

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

 BLUE value IS 199 (78.13% from 255) = 44.22%

R = 33.78%
G = 22%
B = 44.22%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9863C7 (or 0x9863C7) is known color: Amethyst. HEX triplet: 98, 63 and C7. RGB value is (152,99,199). Sum of RGB (Red+Green+Blue) = 152+99+199=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 199 (78.12% from 255 or 44.22% from 450); Max value from RGB is 199 - color contains mainly: blue. Hex color #9863C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9863C7 is #679C38. Grayscale: #7D7D7D. Windows color (decimal): -6790201 or 13067160. OLE color: 13067160.

HSL color Cylindrical-coordinate representation of color #9863C7: hue angle of 271.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9863C7 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 99 199 -
CMYK 0.24 0.50 0 0.22
HSL 271.8º 0.47% 0.58% -
HSV(B) 271.8º 0.5% 0.78% -
XYZ 27.72 19.72 56.38 -
YUV 126.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 152 99 199 0.24 0.50 0 0.22 271.8 0.47 0.58
Hex 98 63 C7 18 32 0 16 110 2F 3A
Octal 230 143 307 30 62 0 26 420 57 72
Binary 10011000 1100011 11000111 11000 110010 0 10110 100010000 101111 111010

Color Harmonies of #9863C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9863C7

Black with #9863C7

Text Example


Text Example

White with #9863C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9863C7; }

 p { color: rgb(152,99,199); }

 H1.HeaderClassName
 {
   color: #9863C7;
 }
 .AnyTagClassName
 {
   color: #9863C7;
 }
</style>

background-color css

<style>
 a { background-color: #9863C7; }

 a { background-color: rgb(152,99,199); }

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

border-color css

<style>
 span { border-color: #9863C7; }

 span { border-color: rgb(152,99,199); }

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