Html Css Color HEX #9359CC Amethyst

📋 copy color: '#9359CC'

red 147 ◦ green 89 ◦ blue 204

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

Shades of Amethyst #9359CC

Tints of Amethyst #9359CC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.23%

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 33.41%
G = 20.23%
B = 46.36%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9359CC (or 0x9359CC) is known color: Amethyst. HEX triplet: 93, 59 and CC. RGB value is (147,89,204). Sum of RGB (Red+Green+Blue) = 147+89+204=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #9359CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9359CC is #6CA633. Grayscale: #777777. Windows color (decimal): -7120436 or 13392275. OLE color: 13392275.

HSL color Cylindrical-coordinate representation of color #9359CC: hue angle of 270.26º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9359CC is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 89 204 -
CMYK 0.28 0.56 0 0.2
HSL 270.26º 0.53% 0.57% -
HSV(B) 270.26º 0.56% 0.8% -
XYZ 26.5 17.71 59.15 -
YUV 119.45 175.72 147.65 -
System Red Green Blue C M Y K H S L
Decimal 147 89 204 0.28 0.56 0 0.2 270.26 0.53 0.57
Hex 93 59 CC 1C 38 0 14 10E 35 39
Octal 223 131 314 34 70 0 24 416 65 71
Binary 10010011 1011001 11001100 11100 111000 0 10100 100001110 110101 111001

Color Harmonies of #9359CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9359CC

Black with #9359CC

Text Example


Text Example

White with #9359CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9359CC; }

 p { color: rgb(147,89,204); }

 H1.HeaderClassName
 {
   color: #9359CC;
 }
 .AnyTagClassName
 {
   color: #9359CC;
 }
</style>

background-color css

<style>
 a { background-color: #9359CC; }

 a { background-color: rgb(147,89,204); }

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

border-color css

<style>
 span { border-color: #9359CC; }

 span { border-color: rgb(147,89,204); }

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