Html Css Color HEX #9755DF Amethyst

📋 copy color: '#9755DF'

red 151 ◦ green 85 ◦ blue 223

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

Shades of Amethyst #9755DF

Tints of Amethyst #9755DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 32.9%
G = 18.52%
B = 48.58%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9755DF (or 0x9755DF) is known color: Amethyst. HEX triplet: 97, 55 and DF. RGB value is (151,85,223). Sum of RGB (Red+Green+Blue) = 151+85+223=459 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.90% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #9755DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9755DF is #68AA20. Grayscale: #777777. Windows color (decimal): -6859297 or 14636439. OLE color: 14636439.

HSL color Cylindrical-coordinate representation of color #9755DF: hue angle of 268.7º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9755DF is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 85 223 -
CMYK 0.32 0.62 0 0.13
HSL 268.7º 0.68% 0.6% -
HSV(B) 268.7º 0.62% 0.87% -
XYZ 29.33 18.4 71.82 -
YUV 120.47 185.87 149.78 -
System Red Green Blue C M Y K H S L
Decimal 151 85 223 0.32 0.62 0 0.13 268.7 0.68 0.6
Hex 97 55 DF 20 3E 0 D 10D 44 3C
Octal 227 125 337 40 76 0 15 415 104 74
Binary 10010111 1010101 11011111 100000 111110 0 1101 100001101 1000100 111100

Color Harmonies of #9755DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9755DF

Black with #9755DF

Text Example


Text Example

White with #9755DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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