Html Css Color HEX #9765BC Amethyst

📋 copy color: '#9765BC'

red 151 ◦ green 101 ◦ blue 188

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

Shades of Amethyst #9765BC

Tints of Amethyst #9765BC

RGB

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

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

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

R = 34.32%
G = 22.95%
B = 42.73%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9765BC (or 0x9765BC) is known color: Amethyst. HEX triplet: 97, 65 and BC. RGB value is (151,101,188). Sum of RGB (Red+Green+Blue) = 151+101+188=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #9765BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9765BC is #689A43. Grayscale: #7D7D7D. Windows color (decimal): -6855236 or 12346775. OLE color: 12346775.

HSL color Cylindrical-coordinate representation of color #9765BC: hue angle of 274.48º 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 #9765BC is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 101 188 -
CMYK 0.20 0.46 0 0.26
HSL 274.48º 0.39% 0.57% -
HSV(B) 274.48º 0.46% 0.74% -
XYZ 26.49 19.52 49.95 -
YUV 125.87 163.07 145.93 -
System Red Green Blue C M Y K H S L
Decimal 151 101 188 0.20 0.46 0 0.26 274.48 0.39 0.57
Hex 97 65 BC 14 2E 0 1A 112 27 39
Octal 227 145 274 24 56 0 32 422 47 71
Binary 10010111 1100101 10111100 10100 101110 0 11010 100010010 100111 111001

Color Harmonies of #9765BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9765BC

Black with #9765BC

Text Example


Text Example

White with #9765BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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