Html Css Color HEX #9758CF Amethyst

📋 copy color: '#9758CF'

red 151 ◦ green 88 ◦ blue 207

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

Shades of Amethyst #9758CF

Tints of Amethyst #9758CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.41%

R = 33.86%
G = 19.73%
B = 46.41%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9758CF (or 0x9758CF) is known color: Amethyst. HEX triplet: 97, 58 and CF. RGB value is (151,88,207). Sum of RGB (Red+Green+Blue) = 151+88+207=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #9758CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9758CF is #68A730. Grayscale: #777777. Windows color (decimal): -6858545 or 13588631. OLE color: 13588631.

HSL color Cylindrical-coordinate representation of color #9758CF: hue angle of 271.76º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9758CF is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 88 207 -
CMYK 0.27 0.57 0 0.19
HSL 271.76º 0.55% 0.58% -
HSV(B) 271.76º 0.57% 0.81% -
XYZ 27.51 18.06 61.07 -
YUV 120.4 176.87 149.82 -
System Red Green Blue C M Y K H S L
Decimal 151 88 207 0.27 0.57 0 0.19 271.76 0.55 0.58
Hex 97 58 CF 1B 39 0 13 110 37 3A
Octal 227 130 317 33 71 0 23 420 67 72
Binary 10010111 1011000 11001111 11011 111001 0 10011 100010000 110111 111010

Color Harmonies of #9758CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9758CF

Black with #9758CF

Text Example


Text Example

White with #9758CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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