Html Css Color HEX #9663CF Amethyst

📋 copy color: '#9663CF'

red 150 ◦ green 99 ◦ blue 207

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

Shades of Amethyst #9663CF

Tints of Amethyst #9663CF

RGB

 RED value IS 150 (58.98% from 255) = 32.89%

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

 BLUE value IS 207 (81.25% from 255) = 45.39%

R = 32.89%
G = 21.71%
B = 45.39%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9663CF (or 0x9663CF) is known color: Amethyst. HEX triplet: 96, 63 and CF. RGB value is (150,99,207). Sum of RGB (Red+Green+Blue) = 150+99+207=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #9663CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9663CF is #699C30. Grayscale: #7E7E7E. Windows color (decimal): -6921265 or 13591446. OLE color: 13591446.

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

Color convert

RGB 150 99 207 -
CMYK 0.28 0.52 0 0.19
HSL 268.33º 0.53% 0.6% -
HSV(B) 268.33º 0.52% 0.81% -
XYZ 28.3 19.91 61.38 -
YUV 126.56 173.4 144.72 -
System Red Green Blue C M Y K H S L
Decimal 150 99 207 0.28 0.52 0 0.19 268.33 0.53 0.6
Hex 96 63 CF 1C 34 0 13 10C 35 3C
Octal 226 143 317 34 64 0 23 414 65 74
Binary 10010110 1100011 11001111 11100 110100 0 10011 100001100 110101 111100

Color Harmonies of #9663CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9663CF

Black with #9663CF

Text Example


Text Example

White with #9663CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9663CF; }

 p { color: rgb(150,99,207); }

 H1.HeaderClassName
 {
   color: #9663CF;
 }
 .AnyTagClassName
 {
   color: #9663CF;
 }
</style>

background-color css

<style>
 a { background-color: #9663CF; }

 a { background-color: rgb(150,99,207); }

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

border-color css

<style>
 span { border-color: #9663CF; }

 span { border-color: rgb(150,99,207); }

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