Html Css Color HEX #9863DA Amethyst

📋 copy color: '#9863DA'

red 152 ◦ green 99 ◦ blue 218

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

Shades of Amethyst #9863DA

Tints of Amethyst #9863DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.48%

R = 32.41%
G = 21.11%
B = 46.48%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9863DA (or 0x9863DA) is known color: Amethyst. HEX triplet: 98, 63 and DA. RGB value is (152,99,218). Sum of RGB (Red+Green+Blue) = 152+99+218=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #9863DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9863DA is #679C25. Grayscale: #7F7F7F. Windows color (decimal): -6790182 or 14312344. OLE color: 14312344.

HSL color Cylindrical-coordinate representation of color #9863DA: hue angle of 266.72º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9863DA is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 99 218 -
CMYK 0.30 0.55 0 0.15
HSL 266.72º 0.62% 0.62% -
HSV(B) 266.72º 0.55% 0.85% -
XYZ 30.07 20.66 68.73 -
YUV 128.41 178.56 144.82 -
System Red Green Blue C M Y K H S L
Decimal 152 99 218 0.30 0.55 0 0.15 266.72 0.62 0.62
Hex 98 63 DA 1E 37 0 F 10B 3E 3E
Octal 230 143 332 36 67 0 17 413 76 76
Binary 10011000 1100011 11011010 11110 110111 0 1111 100001011 111110 111110

Color Harmonies of #9863DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9863DA

Black with #9863DA

Text Example


Text Example

White with #9863DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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