Html Css Color HEX #9354CB Amethyst

📋 copy color: '#9354CB'

red 147 ◦ green 84 ◦ blue 203

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

Shades of Amethyst #9354CB

Tints of Amethyst #9354CB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.35%

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

R = 33.87%
G = 19.35%
B = 46.77%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9354CB (or 0x9354CB) is known color: Amethyst. HEX triplet: 93, 54 and CB. RGB value is (147,84,203). Sum of RGB (Red+Green+Blue) = 147+84+203=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #9354CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9354CB is #6CAB34. Grayscale: #737373. Windows color (decimal): -7121717 or 13325459. OLE color: 13325459.

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

Color convert

RGB 147 84 203 -
CMYK 0.28 0.59 0 0.20
HSL 271.76º 0.53% 0.56% -
HSV(B) 271.76º 0.59% 0.8% -
XYZ 25.98 16.86 58.38 -
YUV 116.4 176.87 149.82 -
System Red Green Blue C M Y K H S L
Decimal 147 84 203 0.28 0.59 0 0.20 271.76 0.53 0.56
Hex 93 54 CB 1C 3B 0 14 110 35 38
Octal 223 124 313 34 73 0 24 420 65 70
Binary 10010011 1010100 11001011 11100 111011 0 10100 100010000 110101 111000

Color Harmonies of #9354CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9354CB

Black with #9354CB

Text Example


Text Example

White with #9354CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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