Html Css Color HEX #9355DE Amethyst

📋 copy color: '#9355DE'

red 147 ◦ green 85 ◦ blue 222

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

Shades of Amethyst #9355DE

Tints of Amethyst #9355DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.9%

R = 32.38%
G = 18.72%
B = 48.9%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9355DE (or 0x9355DE) is known color: Amethyst. HEX triplet: 93, 55 and DE. RGB value is (147,85,222). Sum of RGB (Red+Green+Blue) = 147+85+222=454 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.38% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #9355DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9355DE is #6CAA21. Grayscale: #767676. Windows color (decimal): -7121442 or 14570899. OLE color: 14570899.

HSL color Cylindrical-coordinate representation of color #9355DE: hue angle of 267.15º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9355DE is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 85 222 -
CMYK 0.34 0.62 0 0.13
HSL 267.15º 0.67% 0.6% -
HSV(B) 267.15º 0.62% 0.87% -
XYZ 28.47 17.97 71.08 -
YUV 119.16 186.04 147.86 -
System Red Green Blue C M Y K H S L
Decimal 147 85 222 0.34 0.62 0 0.13 267.15 0.67 0.6
Hex 93 55 DE 22 3E 0 D 10B 43 3C
Octal 223 125 336 42 76 0 15 413 103 74
Binary 10010011 1010101 11011110 100010 111110 0 1101 100001011 1000011 111100

Color Harmonies of #9355DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9355DE

Black with #9355DE

Text Example


Text Example

White with #9355DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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