Html Css Color HEX #9351DC Amethyst

📋 copy color: '#9351DC'

red 147 ◦ green 81 ◦ blue 220

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

Shades of Amethyst #9351DC

Tints of Amethyst #9351DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.08%

 BLUE value IS 220 (86.33% from 255) = 49.11%

R = 32.81%
G = 18.08%
B = 49.11%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9351DC (or 0x9351DC) is known color: Amethyst. HEX triplet: 93, 51 and DC. RGB value is (147,81,220). Sum of RGB (Red+Green+Blue) = 147+81+220=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #9351DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9351DC is #6CAE23. Grayscale: #747474. Windows color (decimal): -7122468 or 14438803. OLE color: 14438803.

HSL color Cylindrical-coordinate representation of color #9351DC: hue angle of 268.49º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9351DC is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 81 220 -
CMYK 0.33 0.63 0 0.14
HSL 268.49º 0.67% 0.59% -
HSV(B) 268.49º 0.63% 0.86% -
XYZ 27.89 17.26 69.57 -
YUV 116.58 186.37 149.7 -
System Red Green Blue C M Y K H S L
Decimal 147 81 220 0.33 0.63 0 0.14 268.49 0.67 0.59
Hex 93 51 DC 21 3F 0 E 10C 43 3B
Octal 223 121 334 41 77 0 16 414 103 73
Binary 10010011 1010001 11011100 100001 111111 0 1110 100001100 1000011 111011

Color Harmonies of #9351DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9351DC

Black with #9351DC

Text Example


Text Example

White with #9351DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9351DC; }

 p { color: rgb(147,81,220); }

 H1.HeaderClassName
 {
   color: #9351DC;
 }
 .AnyTagClassName
 {
   color: #9351DC;
 }
</style>

background-color css

<style>
 a { background-color: #9351DC; }

 a { background-color: rgb(147,81,220); }

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

border-color css

<style>
 span { border-color: #9351DC; }

 span { border-color: rgb(147,81,220); }

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