Html Css Color HEX #9355CE Amethyst

📋 copy color: '#9355CE'

red 147 ◦ green 85 ◦ blue 206

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

Shades of Amethyst #9355CE

Tints of Amethyst #9355CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 33.56%
G = 19.41%
B = 47.03%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9355CE (or 0x9355CE) is known color: Amethyst. HEX triplet: 93, 55 and CE. RGB value is (147,85,206). Sum of RGB (Red+Green+Blue) = 147+85+206=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #9355CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9355CE is #6CAA31. Grayscale: #747474. Windows color (decimal): -7121458 or 13522323. OLE color: 13522323.

HSL color Cylindrical-coordinate representation of color #9355CE: hue angle of 270.74º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9355CE is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 85 206 -
CMYK 0.29 0.59 0 0.19
HSL 270.74º 0.55% 0.57% -
HSV(B) 270.74º 0.59% 0.81% -
XYZ 26.42 17.16 60.31 -
YUV 117.33 178.04 149.16 -
System Red Green Blue C M Y K H S L
Decimal 147 85 206 0.29 0.59 0 0.19 270.74 0.55 0.57
Hex 93 55 CE 1D 3B 0 13 10F 37 39
Octal 223 125 316 35 73 0 23 417 67 71
Binary 10010011 1010101 11001110 11101 111011 0 10011 100001111 110111 111001

Color Harmonies of #9355CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9355CE

Black with #9355CE

Text Example


Text Example

White with #9355CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9355CE; }

 p { color: rgb(147,85,206); }

 H1.HeaderClassName
 {
   color: #9355CE;
 }
 .AnyTagClassName
 {
   color: #9355CE;
 }
</style>

background-color css

<style>
 a { background-color: #9355CE; }

 a { background-color: rgb(147,85,206); }

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

border-color css

<style>
 span { border-color: #9355CE; }

 span { border-color: rgb(147,85,206); }

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