Html Css Color HEX #9565BD Amethyst

📋 copy color: '#9565BD'

red 149 ◦ green 101 ◦ blue 189

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

Shades of Amethyst #9565BD

Tints of Amethyst #9565BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.05%

R = 33.94%
G = 23.01%
B = 43.05%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9565BD (or 0x9565BD) is known color: Amethyst. HEX triplet: 95, 65 and BD. RGB value is (149,101,189). Sum of RGB (Red+Green+Blue) = 149+101+189=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #9565BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9565BD is #6A9A42. Grayscale: #7D7D7D. Windows color (decimal): -6986307 or 12412309. OLE color: 12412309.

HSL color Cylindrical-coordinate representation of color #9565BD: hue angle of 272.73º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9565BD is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 101 189 -
CMYK 0.21 0.47 0 0.26
HSL 272.73º 0.4% 0.57% -
HSV(B) 272.73º 0.47% 0.74% -
XYZ 26.23 19.37 50.5 -
YUV 125.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 149 101 189 0.21 0.47 0 0.26 272.73 0.4 0.57
Hex 95 65 BD 15 2F 0 1A 111 28 39
Octal 225 145 275 25 57 0 32 421 50 71
Binary 10010101 1100101 10111101 10101 101111 0 11010 100010001 101000 111001

Color Harmonies of #9565BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9565BD

Black with #9565BD

Text Example


Text Example

White with #9565BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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