Html Css Color HEX #9863CB Amethyst

📋 copy color: '#9863CB'

red 152 ◦ green 99 ◦ blue 203

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

Shades of Amethyst #9863CB

Tints of Amethyst #9863CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.71%

R = 33.48%
G = 21.81%
B = 44.71%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9863CB (or 0x9863CB) is known color: Amethyst. HEX triplet: 98, 63 and CB. RGB value is (152,99,203). Sum of RGB (Red+Green+Blue) = 152+99+203=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #9863CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9863CB is #679C34. Grayscale: #7E7E7E. Windows color (decimal): -6790197 or 13329304. OLE color: 13329304.

HSL color Cylindrical-coordinate representation of color #9863CB: hue angle of 270.58º degrees, saturation: 0.5, 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 #9863CB is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 99 203 -
CMYK 0.25 0.51 0 0.20
HSL 270.58º 0.5% 0.59% -
HSV(B) 270.58º 0.51% 0.8% -
XYZ 28.19 19.91 58.86 -
YUV 126.7 171.06 146.04 -
System Red Green Blue C M Y K H S L
Decimal 152 99 203 0.25 0.51 0 0.20 270.58 0.5 0.59
Hex 98 63 CB 19 33 0 14 10F 32 3B
Octal 230 143 313 31 63 0 24 417 62 73
Binary 10011000 1100011 11001011 11001 110011 0 10100 100001111 110010 111011

Color Harmonies of #9863CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9863CB

Black with #9863CB

Text Example


Text Example

White with #9863CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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