Html Css Color HEX #9359CA Amethyst

📋 copy color: '#9359CA'

red 147 ◦ green 89 ◦ blue 202

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

Shades of Amethyst #9359CA

Tints of Amethyst #9359CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.12%

R = 33.56%
G = 20.32%
B = 46.12%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9359CA (or 0x9359CA) is known color: Amethyst. HEX triplet: 93, 59 and CA. RGB value is (147,89,202). Sum of RGB (Red+Green+Blue) = 147+89+202=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #9359CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9359CA is #6CA635. Grayscale: #767676. Windows color (decimal): -7120438 or 13261203. OLE color: 13261203.

HSL color Cylindrical-coordinate representation of color #9359CA: hue angle of 270.8º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9359CA is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 89 202 -
CMYK 0.27 0.56 0 0.21
HSL 270.8º 0.52% 0.57% -
HSV(B) 270.8º 0.56% 0.79% -
XYZ 26.27 17.61 57.89 -
YUV 119.22 174.72 147.81 -
System Red Green Blue C M Y K H S L
Decimal 147 89 202 0.27 0.56 0 0.21 270.8 0.52 0.57
Hex 93 59 CA 1B 38 0 15 10F 34 39
Octal 223 131 312 33 70 0 25 417 64 71
Binary 10010011 1011001 11001010 11011 111000 0 10101 100001111 110100 111001

Color Harmonies of #9359CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9359CA

Black with #9359CA

Text Example


Text Example

White with #9359CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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