Html Css Color HEX #9564CF Amethyst

📋 copy color: '#9564CF'

red 149 ◦ green 100 ◦ blue 207

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

Shades of Amethyst #9564CF

Tints of Amethyst #9564CF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.93%

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

R = 32.68%
G = 21.93%
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

#9564CF (or 0x9564CF) is known color: Amethyst. HEX triplet: 95, 64 and CF. RGB value is (149,100,207). Sum of RGB (Red+Green+Blue) = 149+100+207=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 100 (39.45% from 255 or 21.93% 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 #9564CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9564CF is #6A9B30. Grayscale: #7E7E7E. Windows color (decimal): -6986545 or 13591701. OLE color: 13591701.

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

Color convert

RGB 149 100 207 -
CMYK 0.28 0.52 0 0.19
HSL 267.48º 0.53% 0.6% -
HSV(B) 267.48º 0.52% 0.81% -
XYZ 28.21 20.01 61.41 -
YUV 126.85 173.23 143.8 -
System Red Green Blue C M Y K H S L
Decimal 149 100 207 0.28 0.52 0 0.19 267.48 0.53 0.6
Hex 95 64 CF 1C 34 0 13 10B 35 3C
Octal 225 144 317 34 64 0 23 413 65 74
Binary 10010101 1100100 11001111 11100 110100 0 10011 100001011 110101 111100

Color Harmonies of #9564CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9564CF

Black with #9564CF

Text Example


Text Example

White with #9564CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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