Html Css Color HEX #9564CB Amethyst

📋 copy color: '#9564CB'

red 149 ◦ green 100 ◦ blue 203

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

Shades of Amethyst #9564CB

Tints of Amethyst #9564CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.91%

R = 32.96%
G = 22.12%
B = 44.91%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9564CB (or 0x9564CB) is known color: Amethyst. HEX triplet: 95, 64 and CB. RGB value is (149,100,203). Sum of RGB (Red+Green+Blue) = 149+100+203=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #9564CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9564CB is #6A9B34. Grayscale: #7E7E7E. Windows color (decimal): -6986549 or 13329557. OLE color: 13329557.

HSL color Cylindrical-coordinate representation of color #9564CB: hue angle of 268.54º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9564CB is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 100 203 -
CMYK 0.27 0.51 0 0.20
HSL 268.54º 0.5% 0.59% -
HSV(B) 268.54º 0.51% 0.8% -
XYZ 27.73 19.82 58.86 -
YUV 126.39 171.23 144.12 -
System Red Green Blue C M Y K H S L
Decimal 149 100 203 0.27 0.51 0 0.20 268.54 0.5 0.59
Hex 95 64 CB 1B 33 0 14 10D 32 3B
Octal 225 144 313 33 63 0 24 415 62 73
Binary 10010101 1100100 11001011 11011 110011 0 10100 100001101 110010 111011

Color Harmonies of #9564CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9564CB

Black with #9564CB

Text Example


Text Example

White with #9564CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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