Html Css Color HEX #9361CF Amethyst

📋 copy color: '#9361CF'

red 147 ◦ green 97 ◦ blue 207

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

Shades of Amethyst #9361CF

Tints of Amethyst #9361CF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.51%

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

R = 32.59%
G = 21.51%
B = 45.9%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9361CF (or 0x9361CF) is known color: Amethyst. HEX triplet: 93, 61 and CF. RGB value is (147,97,207). Sum of RGB (Red+Green+Blue) = 147+97+207=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #9361CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9361CF is #6C9E30. Grayscale: #7C7C7C. Windows color (decimal): -7118385 or 13590931. OLE color: 13590931.

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

Color convert

RGB 147 97 207 -
CMYK 0.29 0.53 0 0.19
HSL 267.27º 0.53% 0.6% -
HSV(B) 267.27º 0.53% 0.81% -
XYZ 27.57 19.26 61.3 -
YUV 124.49 174.57 144.06 -
System Red Green Blue C M Y K H S L
Decimal 147 97 207 0.29 0.53 0 0.19 267.27 0.53 0.6
Hex 93 61 CF 1D 35 0 13 10B 35 3C
Octal 223 141 317 35 65 0 23 413 65 74
Binary 10010011 1100001 11001111 11101 110101 0 10011 100001011 110101 111100

Color Harmonies of #9361CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9361CF

Black with #9361CF

Text Example


Text Example

White with #9361CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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