Html Css Color HEX #9361CE Amethyst

📋 copy color: '#9361CE'

red 147 ◦ green 97 ◦ blue 206

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

Shades of Amethyst #9361CE

Tints of Amethyst #9361CE

RGB

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

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

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

R = 32.67%
G = 21.56%
B = 45.78%

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

#9361CE (or 0x9361CE) is known color: Amethyst. HEX triplet: 93, 61 and CE. RGB value is (147,97,206). Sum of RGB (Red+Green+Blue) = 147+97+206=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #9361CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9361CE is #6C9E31. Grayscale: #7B7B7B. Windows color (decimal): -7118386 or 13525395. OLE color: 13525395.

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

Color convert

RGB 147 97 206 -
CMYK 0.29 0.53 0 0.19
HSL 267.52º 0.53% 0.59% -
HSV(B) 267.52º 0.53% 0.81% -
XYZ 27.45 19.21 60.65 -
YUV 124.38 174.07 144.14 -
System Red Green Blue C M Y K H S L
Decimal 147 97 206 0.29 0.53 0 0.19 267.52 0.53 0.59
Hex 93 61 CE 1D 35 0 13 10C 35 3B
Octal 223 141 316 35 65 0 23 414 65 73
Binary 10010011 1100001 11001110 11101 110101 0 10011 100001100 110101 111011

Color Harmonies of #9361CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9361CE

Black with #9361CE

Text Example


Text Example

White with #9361CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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