Html Css Color HEX #9863CC Amethyst

📋 copy color: '#9863CC'

red 152 ◦ green 99 ◦ blue 204

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

Shades of Amethyst #9863CC

Tints of Amethyst #9863CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.84%

R = 33.41%
G = 21.76%
B = 44.84%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9863CC (or 0x9863CC) is known color: Amethyst. HEX triplet: 98, 63 and CC. RGB value is (152,99,204). Sum of RGB (Red+Green+Blue) = 152+99+204=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #9863CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9863CC is #679C33. Grayscale: #7E7E7E. Windows color (decimal): -6790196 or 13394840. OLE color: 13394840.

HSL color Cylindrical-coordinate representation of color #9863CC: hue angle of 270.29º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9863CC is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 99 204 -
CMYK 0.25 0.51 0 0.2
HSL 270.29º 0.51% 0.59% -
HSV(B) 270.29º 0.51% 0.8% -
XYZ 28.31 19.96 59.49 -
YUV 126.82 171.56 145.96 -
System Red Green Blue C M Y K H S L
Decimal 152 99 204 0.25 0.51 0 0.2 270.29 0.51 0.59
Hex 98 63 CC 19 33 0 14 10E 33 3B
Octal 230 143 314 31 63 0 24 416 63 73
Binary 10011000 1100011 11001100 11001 110011 0 10100 100001110 110011 111011

Color Harmonies of #9863CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9863CC

Black with #9863CC

Text Example


Text Example

White with #9863CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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