Html Css Color HEX #9761DB Amethyst

📋 copy color: '#9761DB'

red 151 ◦ green 97 ◦ blue 219

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

Shades of Amethyst #9761DB

Tints of Amethyst #9761DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.77%

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 32.33%
G = 20.77%
B = 46.9%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9761DB (or 0x9761DB) is known color: Amethyst. HEX triplet: 97, 61 and DB. RGB value is (151,97,219). Sum of RGB (Red+Green+Blue) = 151+97+219=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #9761DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9761DB is #689E24. Grayscale: #7E7E7E. Windows color (decimal): -6856229 or 14377367. OLE color: 14377367.

HSL color Cylindrical-coordinate representation of color #9761DB: hue angle of 266.56º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9761DB is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 97 219 -
CMYK 0.31 0.56 0 0.14
HSL 266.56º 0.63% 0.62% -
HSV(B) 266.56º 0.56% 0.86% -
XYZ 29.82 20.24 69.35 -
YUV 127.05 179.89 145.08 -
System Red Green Blue C M Y K H S L
Decimal 151 97 219 0.31 0.56 0 0.14 266.56 0.63 0.62
Hex 97 61 DB 1F 38 0 E 10B 3F 3E
Octal 227 141 333 37 70 0 16 413 77 76
Binary 10010111 1100001 11011011 11111 111000 0 1110 100001011 111111 111110

Color Harmonies of #9761DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9761DB

Black with #9761DB

Text Example


Text Example

White with #9761DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9761DB; }

 p { color: rgb(151,97,219); }

 H1.HeaderClassName
 {
   color: #9761DB;
 }
 .AnyTagClassName
 {
   color: #9761DB;
 }
</style>

background-color css

<style>
 a { background-color: #9761DB; }

 a { background-color: rgb(151,97,219); }

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

border-color css

<style>
 span { border-color: #9761DB; }

 span { border-color: rgb(151,97,219); }

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