Html Css Color HEX #9963DB Amethyst

📋 copy color: '#9963DB'

red 153 ◦ green 99 ◦ blue 219

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

Shades of Amethyst #9963DB

Tints of Amethyst #9963DB

RGB

 RED value IS 153 (60.16% from 255) = 32.48%

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

 BLUE value IS 219 (85.94% from 255) = 46.5%

R = 32.48%
G = 21.02%
B = 46.5%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9963DB (or 0x9963DB) is known color: Amethyst. HEX triplet: 99, 63 and DB. RGB value is (153,99,219). Sum of RGB (Red+Green+Blue) = 153+99+219=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #9963DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9963DB is #669C24. Grayscale: #808080. Windows color (decimal): -6724645 or 14377881. OLE color: 14377881.

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

Color convert

RGB 153 99 219 -
CMYK 0.30 0.55 0 0.14
HSL 267º 0.63% 0.62% -
HSV(B) 267º 0.55% 0.86% -
XYZ 30.38 20.81 69.43 -
YUV 128.83 178.89 145.24 -
System Red Green Blue C M Y K H S L
Decimal 153 99 219 0.30 0.55 0 0.14 267 0.63 0.62
Hex 99 63 DB 1E 37 0 E 10B 3E 3E
Octal 231 143 333 36 67 0 16 413 76 76
Binary 10011001 1100011 11011011 11110 110111 0 1110 100001011 111110 111110

Color Harmonies of #9963DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9963DB

Black with #9963DB

Text Example


Text Example

White with #9963DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9963DB; }

 p { color: rgb(153,99,219); }

 H1.HeaderClassName
 {
   color: #9963DB;
 }
 .AnyTagClassName
 {
   color: #9963DB;
 }
</style>

background-color css

<style>
 a { background-color: #9963DB; }

 a { background-color: rgb(153,99,219); }

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

border-color css

<style>
 span { border-color: #9963DB; }

 span { border-color: rgb(153,99,219); }

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