Html Css Color HEX #9565C1 Amethyst

📋 copy color: '#9565C1'

red 149 ◦ green 101 ◦ blue 193

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

Shades of Amethyst #9565C1

Tints of Amethyst #9565C1

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.8%

 BLUE value IS 193 (75.78% from 255) = 43.57%

R = 33.63%
G = 22.8%
B = 43.57%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9565C1 (or 0x9565C1) is known color: Amethyst. HEX triplet: 95, 65 and C1. RGB value is (149,101,193). Sum of RGB (Red+Green+Blue) = 149+101+193=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #9565C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9565C1 is #6A9A3E. Grayscale: #7D7D7D. Windows color (decimal): -6986303 or 12674453. OLE color: 12674453.

HSL color Cylindrical-coordinate representation of color #9565C1: hue angle of 271.3º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9565C1 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 101 193 -
CMYK 0.23 0.48 0 0.24
HSL 271.3º 0.43% 0.58% -
HSV(B) 271.3º 0.48% 0.76% -
XYZ 26.67 19.55 52.82 -
YUV 125.84 165.9 144.52 -
System Red Green Blue C M Y K H S L
Decimal 149 101 193 0.23 0.48 0 0.24 271.3 0.43 0.58
Hex 95 65 C1 17 30 0 18 10F 2B 3A
Octal 225 145 301 27 60 0 30 417 53 72
Binary 10010101 1100101 11000001 10111 110000 0 11000 100001111 101011 111010

Color Harmonies of #9565C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9565C1

Black with #9565C1

Text Example


Text Example

White with #9565C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9565C1; }

 p { color: rgb(149,101,193); }

 H1.HeaderClassName
 {
   color: #9565C1;
 }
 .AnyTagClassName
 {
   color: #9565C1;
 }
</style>

background-color css

<style>
 a { background-color: #9565C1; }

 a { background-color: rgb(149,101,193); }

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

border-color css

<style>
 span { border-color: #9565C1; }

 span { border-color: rgb(149,101,193); }

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