Html Css Color HEX #9360CB Amethyst

📋 copy color: '#9360CB'

red 147 ◦ green 96 ◦ blue 203

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

Shades of Amethyst #9360CB

Tints of Amethyst #9360CB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.52%

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

R = 32.96%
G = 21.52%
B = 45.52%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9360CB (or 0x9360CB) is known color: Amethyst. HEX triplet: 93, 60 and CB. RGB value is (147,96,203). Sum of RGB (Red+Green+Blue) = 147+96+203=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #9360CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9360CB is #6C9F34. Grayscale: #7B7B7B. Windows color (decimal): -7118645 or 13328531. OLE color: 13328531.

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

Color convert

RGB 147 96 203 -
CMYK 0.28 0.53 0 0.20
HSL 268.6º 0.51% 0.59% -
HSV(B) 268.6º 0.53% 0.8% -
XYZ 26.99 18.88 58.72 -
YUV 123.45 172.9 144.8 -
System Red Green Blue C M Y K H S L
Decimal 147 96 203 0.28 0.53 0 0.20 268.6 0.51 0.59
Hex 93 60 CB 1C 35 0 14 10D 33 3B
Octal 223 140 313 34 65 0 24 415 63 73
Binary 10010011 1100000 11001011 11100 110101 0 10100 100001101 110011 111011

Color Harmonies of #9360CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9360CB

Black with #9360CB

Text Example


Text Example

White with #9360CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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