Html Css Color HEX #9755CF Amethyst

📋 copy color: '#9755CF'

red 151 ◦ green 85 ◦ blue 207

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

Shades of Amethyst #9755CF

Tints of Amethyst #9755CF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.19%

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

R = 34.09%
G = 19.19%
B = 46.73%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9755CF (or 0x9755CF) is known color: Amethyst. HEX triplet: 97, 55 and CF. RGB value is (151,85,207). Sum of RGB (Red+Green+Blue) = 151+85+207=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #9755CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9755CF is #68AA30. Grayscale: #767676. Windows color (decimal): -6859313 or 13587863. OLE color: 13587863.

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

Color convert

RGB 151 85 207 -
CMYK 0.27 0.59 0 0.19
HSL 272.46º 0.56% 0.57% -
HSV(B) 272.46º 0.59% 0.81% -
XYZ 27.27 17.58 60.99 -
YUV 118.64 177.87 151.08 -
System Red Green Blue C M Y K H S L
Decimal 151 85 207 0.27 0.59 0 0.19 272.46 0.56 0.57
Hex 97 55 CF 1B 3B 0 13 110 38 39
Octal 227 125 317 33 73 0 23 420 70 71
Binary 10010111 1010101 11001111 11011 111011 0 10011 100010000 111000 111001

Color Harmonies of #9755CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9755CF

Black with #9755CF

Text Example


Text Example

White with #9755CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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