Html Css Color HEX #9863CE Amethyst

📋 copy color: '#9863CE'

red 152 ◦ green 99 ◦ blue 206

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

Shades of Amethyst #9863CE

Tints of Amethyst #9863CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 33.26%
G = 21.66%
B = 45.08%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9863CE (or 0x9863CE) is known color: Amethyst. HEX triplet: 98, 63 and CE. RGB value is (152,99,206). Sum of RGB (Red+Green+Blue) = 152+99+206=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #9863CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9863CE is #679C31. Grayscale: #7E7E7E. Windows color (decimal): -6790194 or 13525912. OLE color: 13525912.

HSL color Cylindrical-coordinate representation of color #9863CE: hue angle of 269.72º degrees, saturation: 0.52, 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 #9863CE is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 99 206 -
CMYK 0.26 0.52 0 0.19
HSL 269.72º 0.52% 0.6% -
HSV(B) 269.72º 0.52% 0.81% -
XYZ 28.55 20.06 60.76 -
YUV 127.05 172.56 145.8 -
System Red Green Blue C M Y K H S L
Decimal 152 99 206 0.26 0.52 0 0.19 269.72 0.52 0.6
Hex 98 63 CE 1A 34 0 13 10E 34 3C
Octal 230 143 316 32 64 0 23 416 64 74
Binary 10011000 1100011 11001110 11010 110100 0 10011 100001110 110100 111100

Color Harmonies of #9863CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9863CE

Black with #9863CE

Text Example


Text Example

White with #9863CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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