Html Css Color HEX #9754DB Amethyst

📋 copy color: '#9754DB'

red 151 ◦ green 84 ◦ blue 219

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

Shades of Amethyst #9754DB

Tints of Amethyst #9754DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.5%

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

R = 33.26%
G = 18.5%
B = 48.24%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9754DB (or 0x9754DB) is known color: Amethyst. HEX triplet: 97, 54 and DB. RGB value is (151,84,219). Sum of RGB (Red+Green+Blue) = 151+84+219=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #9754DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9754DB is #68AB24. Grayscale: #767676. Windows color (decimal): -6859557 or 14374039. OLE color: 14374039.

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

Color convert

RGB 151 84 219 -
CMYK 0.31 0.62 0 0.14
HSL 269.78º 0.65% 0.59% -
HSV(B) 269.78º 0.62% 0.86% -
XYZ 28.72 18.03 68.99 -
YUV 119.42 184.2 150.52 -
System Red Green Blue C M Y K H S L
Decimal 151 84 219 0.31 0.62 0 0.14 269.78 0.65 0.59
Hex 97 54 DB 1F 3E 0 E 10E 41 3B
Octal 227 124 333 37 76 0 16 416 101 73
Binary 10010111 1010100 11011011 11111 111110 0 1110 100001110 1000001 111011

Color Harmonies of #9754DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9754DB

Black with #9754DB

Text Example


Text Example

White with #9754DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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