Html Css Color HEX #9363CC Amethyst

📋 copy color: '#9363CC'

red 147 ◦ green 99 ◦ blue 204

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

Shades of Amethyst #9363CC

Tints of Amethyst #9363CC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22%

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

R = 32.67%
G = 22%
B = 45.33%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9363CC (or 0x9363CC) is known color: Amethyst. HEX triplet: 93, 63 and CC. RGB value is (147,99,204). Sum of RGB (Red+Green+Blue) = 147+99+204=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #9363CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9363CC is #6C9C33. Grayscale: #7C7C7C. Windows color (decimal): -7117876 or 13394835. OLE color: 13394835.

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

Color convert

RGB 147 99 204 -
CMYK 0.28 0.51 0 0.2
HSL 267.43º 0.51% 0.59% -
HSV(B) 267.43º 0.51% 0.8% -
XYZ 27.39 19.49 59.44 -
YUV 125.32 172.4 143.46 -
System Red Green Blue C M Y K H S L
Decimal 147 99 204 0.28 0.51 0 0.2 267.43 0.51 0.59
Hex 93 63 CC 1C 33 0 14 10B 33 3B
Octal 223 143 314 34 63 0 24 413 63 73
Binary 10010011 1100011 11001100 11100 110011 0 10100 100001011 110011 111011

Color Harmonies of #9363CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9363CC

Black with #9363CC

Text Example


Text Example

White with #9363CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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