Html Css Color HEX #9350CF Amethyst

📋 copy color: '#9350CF'

red 147 ◦ green 80 ◦ blue 207

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

Shades of Amethyst #9350CF

Tints of Amethyst #9350CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 33.87%
G = 18.43%
B = 47.7%

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

#9350CF (or 0x9350CF) is known color: Amethyst. HEX triplet: 93, 50 and CF. RGB value is (147,80,207). Sum of RGB (Red+Green+Blue) = 147+80+207=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #9350CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9350CF is #6CAF30. Grayscale: #727272. Windows color (decimal): -7122737 or 13586579. OLE color: 13586579.

HSL color Cylindrical-coordinate representation of color #9350CF: hue angle of 271.65º degrees, saturation: 0.57, 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 #9350CF is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 80 207 -
CMYK 0.29 0.61 0 0.19
HSL 271.65º 0.57% 0.56% -
HSV(B) 271.65º 0.61% 0.81% -
XYZ 26.16 16.45 60.83 -
YUV 114.51 180.2 151.17 -
System Red Green Blue C M Y K H S L
Decimal 147 80 207 0.29 0.61 0 0.19 271.65 0.57 0.56
Hex 93 50 CF 1D 3D 0 13 110 39 38
Octal 223 120 317 35 75 0 23 420 71 70
Binary 10010011 1010000 11001111 11101 111101 0 10011 100010000 111001 111000

Color Harmonies of #9350CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9350CF

Black with #9350CF

Text Example


Text Example

White with #9350CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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