Html Css Color HEX #9367CB Amethyst

📋 copy color: '#9367CB'

red 147 ◦ green 103 ◦ blue 203

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

Shades of Amethyst #9367CB

Tints of Amethyst #9367CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 32.45%
G = 22.74%
B = 44.81%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9367CB (or 0x9367CB) is known color: Amethyst. HEX triplet: 93, 67 and CB. RGB value is (147,103,203). Sum of RGB (Red+Green+Blue) = 147+103+203=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #9367CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9367CB is #6C9834. Grayscale: #7F7F7F. Windows color (decimal): -7116853 or 13330323. OLE color: 13330323.

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

Color convert

RGB 147 103 203 -
CMYK 0.28 0.49 0 0.20
HSL 266.4º 0.49% 0.6% -
HSV(B) 266.4º 0.49% 0.8% -
XYZ 27.66 20.22 58.94 -
YUV 127.56 170.58 141.87 -
System Red Green Blue C M Y K H S L
Decimal 147 103 203 0.28 0.49 0 0.20 266.4 0.49 0.6
Hex 93 67 CB 1C 31 0 14 10A 31 3C
Octal 223 147 313 34 61 0 24 412 61 74
Binary 10010011 1100111 11001011 11100 110001 0 10100 100001010 110001 111100

Color Harmonies of #9367CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9367CB

Black with #9367CB

Text Example


Text Example

White with #9367CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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