Html Css Color HEX #9758CE Amethyst

📋 copy color: '#9758CE'

red 151 ◦ green 88 ◦ blue 206

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

Shades of Amethyst #9758CE

Tints of Amethyst #9758CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 33.93%
G = 19.78%
B = 46.29%

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

#9758CE (or 0x9758CE) is known color: Amethyst. HEX triplet: 97, 58 and CE. RGB value is (151,88,206). Sum of RGB (Red+Green+Blue) = 151+88+206=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #9758CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9758CE is #68A731. Grayscale: #777777. Windows color (decimal): -6858546 or 13523095. OLE color: 13523095.

HSL color Cylindrical-coordinate representation of color #9758CE: hue angle of 272.03º 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 #9758CE is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 88 206 -
CMYK 0.27 0.57 0 0.19
HSL 272.03º 0.55% 0.58% -
HSV(B) 272.03º 0.57% 0.81% -
XYZ 27.39 18.01 60.43 -
YUV 120.29 176.37 149.91 -
System Red Green Blue C M Y K H S L
Decimal 151 88 206 0.27 0.57 0 0.19 272.03 0.55 0.58
Hex 97 58 CE 1B 39 0 13 110 37 3A
Octal 227 130 316 33 71 0 23 420 67 72
Binary 10010111 1011000 11001110 11011 111001 0 10011 100010000 110111 111010

Color Harmonies of #9758CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9758CE

Black with #9758CE

Text Example


Text Example

White with #9758CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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