Html Css Color HEX #9350DD Amethyst

📋 copy color: '#9350DD'

red 147 ◦ green 80 ◦ blue 221

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

Shades of Amethyst #9350DD

Tints of Amethyst #9350DD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.86%

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

R = 32.81%
G = 17.86%
B = 49.33%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9350DD (or 0x9350DD) is known color: Amethyst. HEX triplet: 93, 50 and DD. RGB value is (147,80,221). Sum of RGB (Red+Green+Blue) = 147+80+221=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #9350DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9350DD is #6CAF22. Grayscale: #737373. Windows color (decimal): -7122723 or 14504083. OLE color: 14504083.

HSL color Cylindrical-coordinate representation of color #9350DD: hue angle of 268.51º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9350DD is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 80 221 -
CMYK 0.33 0.64 0 0.13
HSL 268.51º 0.67% 0.59% -
HSV(B) 268.51º 0.64% 0.87% -
XYZ 27.95 17.16 70.25 -
YUV 116.11 187.2 150.04 -
System Red Green Blue C M Y K H S L
Decimal 147 80 221 0.33 0.64 0 0.13 268.51 0.67 0.59
Hex 93 50 DD 21 40 0 D 10D 43 3B
Octal 223 120 335 41 100 0 15 415 103 73
Binary 10010011 1010000 11011101 100001 1000000 0 1101 100001101 1000011 111011

Color Harmonies of #9350DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9350DD

Black with #9350DD

Text Example


Text Example

White with #9350DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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