Html Css Color HEX #9566CF Amethyst

📋 copy color: '#9566CF'

red 149 ◦ green 102 ◦ blue 207

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

Shades of Amethyst #9566CF

Tints of Amethyst #9566CF

RGB

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

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

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

R = 32.53%
G = 22.27%
B = 45.2%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9566CF (or 0x9566CF) is known color: Amethyst. HEX triplet: 95, 66 and CF. RGB value is (149,102,207). Sum of RGB (Red+Green+Blue) = 149+102+207=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #9566CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9566CF is #6A9930. Grayscale: #7F7F7F. Windows color (decimal): -6986033 or 13592213. OLE color: 13592213.

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

Color convert

RGB 149 102 207 -
CMYK 0.28 0.51 0 0.19
HSL 266.86º 0.52% 0.61% -
HSV(B) 266.86º 0.51% 0.81% -
XYZ 28.41 20.4 61.47 -
YUV 128.02 172.57 142.96 -
System Red Green Blue C M Y K H S L
Decimal 149 102 207 0.28 0.51 0 0.19 266.86 0.52 0.61
Hex 95 66 CF 1C 33 0 13 10B 34 3D
Octal 225 146 317 34 63 0 23 413 64 75
Binary 10010101 1100110 11001111 11100 110011 0 10011 100001011 110100 111101

Color Harmonies of #9566CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9566CF

Black with #9566CF

Text Example


Text Example

White with #9566CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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