Html Css Color HEX #9566CC Amethyst

📋 copy color: '#9566CC'

red 149 ◦ green 102 ◦ blue 204

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

Shades of Amethyst #9566CC

Tints of Amethyst #9566CC

RGB

 RED value IS 149 (58.59% from 255) = 32.75%

 GREEN value IS 102 (40.23% from 255) = 22.42%

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

R = 32.75%
G = 22.42%
B = 44.84%

CMYK

 C value IS 0.27

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9566CC (or 0x9566CC) is known color: Amethyst. HEX triplet: 95, 66 and CC. RGB value is (149,102,204). Sum of RGB (Red+Green+Blue) = 149+102+204=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #9566CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9566CC is #6A9933. Grayscale: #7F7F7F. Windows color (decimal): -6986036 or 13395605. OLE color: 13395605.

HSL color Cylindrical-coordinate representation of color #9566CC: hue angle of 267.65º 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 #9566CC is Cyan = 0.27, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 102 204 -
CMYK 0.27 0.5 0 0.2
HSL 267.65º 0.5% 0.6% -
HSV(B) 267.65º 0.5% 0.8% -
XYZ 28.04 20.25 59.56 -
YUV 127.68 171.07 143.21 -
System Red Green Blue C M Y K H S L
Decimal 149 102 204 0.27 0.5 0 0.2 267.65 0.5 0.6
Hex 95 66 CC 1B 32 0 14 10C 32 3C
Octal 225 146 314 33 62 0 24 414 62 74
Binary 10010101 1100110 11001100 11011 110010 0 10100 100001100 110010 111100

Color Harmonies of #9566CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9566CC

Black with #9566CC

Text Example


Text Example

White with #9566CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,102,204); }

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

background-color css

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

 a { background-color: rgb(149,102,204); }

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

border-color css

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

 span { border-color: rgb(149,102,204); }

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