Html Css Color HEX #9358CB Amethyst

📋 copy color: '#9358CB'

red 147 ◦ green 88 ◦ blue 203

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

Shades of Amethyst #9358CB

Tints of Amethyst #9358CB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.09%

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

R = 33.56%
G = 20.09%
B = 46.35%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9358CB (or 0x9358CB) is known color: Amethyst. HEX triplet: 93, 58 and CB. RGB value is (147,88,203). Sum of RGB (Red+Green+Blue) = 147+88+203=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #9358CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9358CB is #6CA734. Grayscale: #767676. Windows color (decimal): -7120693 or 13326483. OLE color: 13326483.

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

Color convert

RGB 147 88 203 -
CMYK 0.28 0.57 0 0.20
HSL 270.78º 0.53% 0.57% -
HSV(B) 270.78º 0.57% 0.8% -
XYZ 26.3 17.49 58.49 -
YUV 118.75 175.55 148.15 -
System Red Green Blue C M Y K H S L
Decimal 147 88 203 0.28 0.57 0 0.20 270.78 0.53 0.57
Hex 93 58 CB 1C 39 0 14 10F 35 39
Octal 223 130 313 34 71 0 24 417 65 71
Binary 10010011 1011000 11001011 11100 111001 0 10100 100001111 110101 111001

Color Harmonies of #9358CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9358CB

Black with #9358CB

Text Example


Text Example

White with #9358CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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