Html Css Color HEX #9350CE Amethyst

📋 copy color: '#9350CE'

red 147 ◦ green 80 ◦ blue 206

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

Shades of Amethyst #9350CE

Tints of Amethyst #9350CE

RGB

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

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

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

R = 33.95%
G = 18.48%
B = 47.58%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9350CE (or 0x9350CE) is known color: Amethyst. HEX triplet: 93, 50 and CE. RGB value is (147,80,206). Sum of RGB (Red+Green+Blue) = 147+80+206=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #9350CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9350CE is #6CAF31. Grayscale: #717171. Windows color (decimal): -7122738 or 13521043. OLE color: 13521043.

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

Color convert

RGB 147 80 206 -
CMYK 0.29 0.61 0 0.19
HSL 271.9º 0.56% 0.56% -
HSV(B) 271.9º 0.61% 0.81% -
XYZ 26.04 16.4 60.18 -
YUV 114.4 179.7 151.25 -
System Red Green Blue C M Y K H S L
Decimal 147 80 206 0.29 0.61 0 0.19 271.9 0.56 0.56
Hex 93 50 CE 1D 3D 0 13 110 38 38
Octal 223 120 316 35 75 0 23 420 70 70
Binary 10010011 1010000 11001110 11101 111101 0 10011 100010000 111000 111000

Color Harmonies of #9350CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9350CE

Black with #9350CE

Text Example


Text Example

White with #9350CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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