Html Css Color HEX #9565BC Amethyst

📋 copy color: '#9565BC'

red 149 ◦ green 101 ◦ blue 188

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

Shades of Amethyst #9565BC

Tints of Amethyst #9565BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.92%

R = 34.02%
G = 23.06%
B = 42.92%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9565BC (or 0x9565BC) is known color: Amethyst. HEX triplet: 95, 65 and BC. RGB value is (149,101,188). Sum of RGB (Red+Green+Blue) = 149+101+188=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #9565BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9565BC is #6A9A43. Grayscale: #7C7C7C. Windows color (decimal): -6986308 or 12346773. OLE color: 12346773.

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

Color convert

RGB 149 101 188 -
CMYK 0.21 0.46 0 0.26
HSL 273.1º 0.39% 0.57% -
HSV(B) 273.1º 0.46% 0.74% -
XYZ 26.13 19.33 49.93 -
YUV 125.27 163.4 144.93 -
System Red Green Blue C M Y K H S L
Decimal 149 101 188 0.21 0.46 0 0.26 273.1 0.39 0.57
Hex 95 65 BC 15 2E 0 1A 111 27 39
Octal 225 145 274 25 56 0 32 421 47 71
Binary 10010101 1100101 10111100 10101 101110 0 11010 100010001 100111 111001

Color Harmonies of #9565BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9565BC

Black with #9565BC

Text Example


Text Example

White with #9565BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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