Html Css Color HEX #9758DA Amethyst

📋 copy color: '#9758DA'

red 151 ◦ green 88 ◦ blue 218

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

Shades of Amethyst #9758DA

Tints of Amethyst #9758DA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.26%

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 33.04%
G = 19.26%
B = 47.7%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9758DA (or 0x9758DA) is known color: Amethyst. HEX triplet: 97, 58 and DA. RGB value is (151,88,218). Sum of RGB (Red+Green+Blue) = 151+88+218=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #9758DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9758DA is #68A725. Grayscale: #797979. Windows color (decimal): -6858534 or 14309527. OLE color: 14309527.

HSL color Cylindrical-coordinate representation of color #9758DA: hue angle of 269.08º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9758DA is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 88 218 -
CMYK 0.31 0.60 0 0.15
HSL 269.08º 0.64% 0.6% -
HSV(B) 269.08º 0.6% 0.85% -
XYZ 28.91 18.62 68.4 -
YUV 121.66 182.37 148.93 -
System Red Green Blue C M Y K H S L
Decimal 151 88 218 0.31 0.60 0 0.15 269.08 0.64 0.6
Hex 97 58 DA 1F 3C 0 F 10D 40 3C
Octal 227 130 332 37 74 0 17 415 100 74
Binary 10010111 1011000 11011010 11111 111100 0 1111 100001101 1000000 111100

Color Harmonies of #9758DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9758DA

Black with #9758DA

Text Example


Text Example

White with #9758DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9758DA; }

 p { color: rgb(151,88,218); }

 H1.HeaderClassName
 {
   color: #9758DA;
 }
 .AnyTagClassName
 {
   color: #9758DA;
 }
</style>

background-color css

<style>
 a { background-color: #9758DA; }

 a { background-color: rgb(151,88,218); }

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

border-color css

<style>
 span { border-color: #9758DA; }

 span { border-color: rgb(151,88,218); }

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