Html Css Color HEX #9367CC Amethyst

📋 copy color: '#9367CC'

red 147 ◦ green 103 ◦ blue 204

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

Shades of Amethyst #9367CC

Tints of Amethyst #9367CC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.69%

 BLUE value IS 204 (80.08% from 255) = 44.93%

R = 32.38%
G = 22.69%
B = 44.93%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9367CC (or 0x9367CC) is known color: Amethyst. HEX triplet: 93, 67 and CC. RGB value is (147,103,204). Sum of RGB (Red+Green+Blue) = 147+103+204=454 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.38% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #9367CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9367CC is #6C9833. Grayscale: #7F7F7F. Windows color (decimal): -7116852 or 13395859. OLE color: 13395859.

HSL color Cylindrical-coordinate representation of color #9367CC: hue angle of 266.14º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9367CC is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 103 204 -
CMYK 0.28 0.50 0 0.2
HSL 266.14º 0.5% 0.6% -
HSV(B) 266.14º 0.5% 0.8% -
XYZ 27.78 20.26 59.57 -
YUV 127.67 171.08 141.79 -
System Red Green Blue C M Y K H S L
Decimal 147 103 204 0.28 0.50 0 0.2 266.14 0.5 0.6
Hex 93 67 CC 1C 32 0 14 10A 32 3C
Octal 223 147 314 34 62 0 24 412 62 74
Binary 10010011 1100111 11001100 11100 110010 0 10100 100001010 110010 111100

Color Harmonies of #9367CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9367CC

Black with #9367CC

Text Example


Text Example

White with #9367CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9367CC; }

 p { color: rgb(147,103,204); }

 H1.HeaderClassName
 {
   color: #9367CC;
 }
 .AnyTagClassName
 {
   color: #9367CC;
 }
</style>

background-color css

<style>
 a { background-color: #9367CC; }

 a { background-color: rgb(147,103,204); }

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

border-color css

<style>
 span { border-color: #9367CC; }

 span { border-color: rgb(147,103,204); }

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