Html Css Color HEX #9357CF Amethyst

📋 copy color: '#9357CF'

red 147 ◦ green 87 ◦ blue 207

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

Shades of Amethyst #9357CF

Tints of Amethyst #9357CF

RGB

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

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

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

R = 33.33%
G = 19.73%
B = 46.94%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9357CF (or 0x9357CF) is known color: Amethyst. HEX triplet: 93, 57 and CF. RGB value is (147,87,207). Sum of RGB (Red+Green+Blue) = 147+87+207=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #9357CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9357CF is #6CA830. Grayscale: #767676. Windows color (decimal): -7120945 or 13588371. OLE color: 13588371.

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

Color convert

RGB 147 87 207 -
CMYK 0.29 0.58 0 0.19
HSL 270º 0.56% 0.58% -
HSV(B) 270º 0.58% 0.81% -
XYZ 26.7 17.52 61.01 -
YUV 118.62 177.88 148.24 -
System Red Green Blue C M Y K H S L
Decimal 147 87 207 0.29 0.58 0 0.19 270 0.56 0.58
Hex 93 57 CF 1D 3A 0 13 10E 38 3A
Octal 223 127 317 35 72 0 23 416 70 72
Binary 10010011 1010111 11001111 11101 111010 0 10011 100001110 111000 111010

Color Harmonies of #9357CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9357CF

Black with #9357CF

Text Example


Text Example

White with #9357CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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