Html Css Color HEX #9765BE Amethyst

📋 copy color: '#9765BE'

red 151 ◦ green 101 ◦ blue 190

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

Shades of Amethyst #9765BE

Tints of Amethyst #9765BE

RGB

 RED value IS 151 (59.38% from 255) = 34.16%

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

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 34.16%
G = 22.85%
B = 42.99%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9765BE (or 0x9765BE) is known color: Amethyst. HEX triplet: 97, 65 and BE. RGB value is (151,101,190). Sum of RGB (Red+Green+Blue) = 151+101+190=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #9765BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9765BE is #689A41. Grayscale: #7D7D7D. Windows color (decimal): -6855234 or 12477847. OLE color: 12477847.

HSL color Cylindrical-coordinate representation of color #9765BE: hue angle of 273.71º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9765BE is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 101 190 -
CMYK 0.21 0.47 0 0.25
HSL 273.71º 0.41% 0.57% -
HSV(B) 273.71º 0.47% 0.75% -
XYZ 26.71 19.6 51.09 -
YUV 126.1 164.07 145.76 -
System Red Green Blue C M Y K H S L
Decimal 151 101 190 0.21 0.47 0 0.25 273.71 0.41 0.57
Hex 97 65 BE 15 2F 0 19 112 29 39
Octal 227 145 276 25 57 0 31 422 51 71
Binary 10010111 1100101 10111110 10101 101111 0 11001 100010010 101001 111001

Color Harmonies of #9765BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9765BE

Black with #9765BE

Text Example


Text Example

White with #9765BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9765BE; }

 p { color: rgb(151,101,190); }

 H1.HeaderClassName
 {
   color: #9765BE;
 }
 .AnyTagClassName
 {
   color: #9765BE;
 }
</style>

background-color css

<style>
 a { background-color: #9765BE; }

 a { background-color: rgb(151,101,190); }

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

border-color css

<style>
 span { border-color: #9765BE; }

 span { border-color: rgb(151,101,190); }

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