Html Css Color HEX #9355DD Amethyst

📋 copy color: '#9355DD'

red 147 ◦ green 85 ◦ blue 221

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

Shades of Amethyst #9355DD

Tints of Amethyst #9355DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.79%

R = 32.45%
G = 18.76%
B = 48.79%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9355DD (or 0x9355DD) is known color: Amethyst. HEX triplet: 93, 55 and DD. RGB value is (147,85,221). Sum of RGB (Red+Green+Blue) = 147+85+221=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #9355DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9355DD is #6CAA22. Grayscale: #767676. Windows color (decimal): -7121443 or 14505363. OLE color: 14505363.

HSL color Cylindrical-coordinate representation of color #9355DD: hue angle of 267.35º 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 #9355DD is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 85 221 -
CMYK 0.33 0.62 0 0.13
HSL 267.35º 0.67% 0.6% -
HSV(B) 267.35º 0.62% 0.87% -
XYZ 28.33 17.92 70.37 -
YUV 119.04 185.54 147.94 -
System Red Green Blue C M Y K H S L
Decimal 147 85 221 0.33 0.62 0 0.13 267.35 0.67 0.6
Hex 93 55 DD 21 3E 0 D 10B 43 3C
Octal 223 125 335 41 76 0 15 413 103 74
Binary 10010011 1010101 11011101 100001 111110 0 1101 100001011 1000011 111100

Color Harmonies of #9355DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9355DD

Black with #9355DD

Text Example


Text Example

White with #9355DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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