Html Css Color HEX #9566CE Amethyst

📋 copy color: '#9566CE'

red 149 ◦ green 102 ◦ blue 206

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

Shades of Amethyst #9566CE

Tints of Amethyst #9566CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 32.6%
G = 22.32%
B = 45.08%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9566CE (or 0x9566CE) is known color: Amethyst. HEX triplet: 95, 66 and CE. RGB value is (149,102,206). Sum of RGB (Red+Green+Blue) = 149+102+206=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #9566CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9566CE is #6A9931. Grayscale: #7F7F7F. Windows color (decimal): -6986034 or 13526677. OLE color: 13526677.

HSL color Cylindrical-coordinate representation of color #9566CE: hue angle of 267.12º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9566CE is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 102 206 -
CMYK 0.28 0.50 0 0.19
HSL 267.12º 0.51% 0.6% -
HSV(B) 267.12º 0.5% 0.81% -
XYZ 28.29 20.35 60.83 -
YUV 127.91 172.07 143.04 -
System Red Green Blue C M Y K H S L
Decimal 149 102 206 0.28 0.50 0 0.19 267.12 0.51 0.6
Hex 95 66 CE 1C 32 0 13 10B 33 3C
Octal 225 146 316 34 62 0 23 413 63 74
Binary 10010101 1100110 11001110 11100 110010 0 10011 100001011 110011 111100

Color Harmonies of #9566CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9566CE

Black with #9566CE

Text Example


Text Example

White with #9566CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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