Html Css Color HEX #9B58CE Amethyst

📋 copy color: '#9B58CE'

red 155 ◦ green 88 ◦ blue 206

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

Shades of Amethyst #9B58CE

Tints of Amethyst #9B58CE

RGB

 RED value IS 155 (60.94% from 255) = 34.52%

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

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 34.52%
G = 19.6%
B = 45.88%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B58CE (or 0x9B58CE) is known color: Amethyst. HEX triplet: 9B, 58 and CE. RGB value is (155,88,206). Sum of RGB (Red+Green+Blue) = 155+88+206=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B58CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B58CE is #64A731. Grayscale: #797979. Windows color (decimal): -6596402 or 13523099. OLE color: 13523099.

HSL color Cylindrical-coordinate representation of color #9B58CE: hue angle of 274.07º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B58CE is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 88 206 -
CMYK 0.25 0.57 0 0.19
HSL 274.07º 0.55% 0.58% -
HSV(B) 274.07º 0.57% 0.81% -
XYZ 28.15 18.4 60.46 -
YUV 121.49 175.7 151.91 -
System Red Green Blue C M Y K H S L
Decimal 155 88 206 0.25 0.57 0 0.19 274.07 0.55 0.58
Hex 9B 58 CE 19 39 0 13 112 37 3A
Octal 233 130 316 31 71 0 23 422 67 72
Binary 10011011 1011000 11001110 11001 111001 0 10011 100010010 110111 111010

Color Harmonies of #9B58CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B58CE

Black with #9B58CE

Text Example


Text Example

White with #9B58CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B58CE; }

 p { color: rgb(155,88,206); }

 H1.HeaderClassName
 {
   color: #9B58CE;
 }
 .AnyTagClassName
 {
   color: #9B58CE;
 }
</style>

background-color css

<style>
 a { background-color: #9B58CE; }

 a { background-color: rgb(155,88,206); }

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

border-color css

<style>
 span { border-color: #9B58CE; }

 span { border-color: rgb(155,88,206); }

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