Html Css Color HEX #9357DF Amethyst

📋 copy color: '#9357DF'

red 147 ◦ green 87 ◦ blue 223

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

Shades of Amethyst #9357DF

Tints of Amethyst #9357DF

RGB

 RED value IS 147 (57.81% from 255) = 32.17%

 GREEN value IS 87 (34.38% from 255) = 19.04%

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

R = 32.17%
G = 19.04%
B = 48.8%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9357DF (or 0x9357DF) is known color: Amethyst. HEX triplet: 93, 57 and DF. RGB value is (147,87,223). Sum of RGB (Red+Green+Blue) = 147+87+223=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #9357DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9357DF is #6CA820. Grayscale: #777777. Windows color (decimal): -7120929 or 14636947. OLE color: 14636947.

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

Color convert

RGB 147 87 223 -
CMYK 0.34 0.61 0 0.13
HSL 266.47º 0.68% 0.61% -
HSV(B) 266.47º 0.61% 0.87% -
XYZ 28.76 18.35 71.84 -
YUV 120.44 185.88 146.94 -
System Red Green Blue C M Y K H S L
Decimal 147 87 223 0.34 0.61 0 0.13 266.47 0.68 0.61
Hex 93 57 DF 22 3D 0 D 10A 44 3D
Octal 223 127 337 42 75 0 15 412 104 75
Binary 10010011 1010111 11011111 100010 111101 0 1101 100001010 1000100 111101

Color Harmonies of #9357DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9357DF

Black with #9357DF

Text Example


Text Example

White with #9357DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,87,223); }

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

background-color css

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

 a { background-color: rgb(147,87,223); }

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

border-color css

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

 span { border-color: rgb(147,87,223); }

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