Html Css Color HEX #9967CC Amethyst

📋 copy color: '#9967CC'

red 153 ◦ green 103 ◦ blue 204

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

Shades of Amethyst #9967CC

Tints of Amethyst #9967CC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.39%

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

R = 33.26%
G = 22.39%
B = 44.35%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9967CC (or 0x9967CC) is known color: Amethyst. HEX triplet: 99, 67 and CC. RGB value is (153,103,204). Sum of RGB (Red+Green+Blue) = 153+103+204=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #9967CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9967CC is #669833. Grayscale: #818181. Windows color (decimal): -6723636 or 13395865. OLE color: 13395865.

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

Color convert

RGB 153 103 204 -
CMYK 0.25 0.50 0 0.2
HSL 269.7º 0.5% 0.6% -
HSV(B) 269.7º 0.5% 0.8% -
XYZ 28.89 20.83 59.63 -
YUV 129.46 170.07 144.79 -
System Red Green Blue C M Y K H S L
Decimal 153 103 204 0.25 0.50 0 0.2 269.7 0.5 0.6
Hex 99 67 CC 19 32 0 14 10E 32 3C
Octal 231 147 314 31 62 0 24 416 62 74
Binary 10011001 1100111 11001100 11001 110010 0 10100 100001110 110010 111100

Color Harmonies of #9967CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9967CC

Black with #9967CC

Text Example


Text Example

White with #9967CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,103,204); }

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

background-color css

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

 a { background-color: rgb(153,103,204); }

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

border-color css

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

 span { border-color: rgb(153,103,204); }

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