Html Css Color HEX #9B5BCB Amethyst

📋 copy color: '#9B5BCB'

red 155 ◦ green 91 ◦ blue 203

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

Shades of Amethyst #9B5BCB

Tints of Amethyst #9B5BCB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.27%

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

R = 34.52%
G = 20.27%
B = 45.21%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B5BCB (or 0x9B5BCB) is known color: Amethyst. HEX triplet: 9B, 5B and CB. RGB value is (155,91,203). Sum of RGB (Red+Green+Blue) = 155+91+203=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B5BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5BCB is #64A434. Grayscale: #7A7A7A. Windows color (decimal): -6595637 or 13327259. OLE color: 13327259.

HSL color Cylindrical-coordinate representation of color #9B5BCB: hue angle of 274.29º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B5BCB is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 91 203 -
CMYK 0.24 0.55 0 0.20
HSL 274.29º 0.52% 0.58% -
HSV(B) 274.29º 0.55% 0.8% -
XYZ 28.04 18.76 58.64 -
YUV 122.9 173.2 150.89 -
System Red Green Blue C M Y K H S L
Decimal 155 91 203 0.24 0.55 0 0.20 274.29 0.52 0.58
Hex 9B 5B CB 18 37 0 14 112 34 3A
Octal 233 133 313 30 67 0 24 422 64 72
Binary 10011011 1011011 11001011 11000 110111 0 10100 100010010 110100 111010

Color Harmonies of #9B5BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5BCB

Black with #9B5BCB

Text Example


Text Example

White with #9B5BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,91,203); }

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

background-color css

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

 a { background-color: rgb(155,91,203); }

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

border-color css

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

 span { border-color: rgb(155,91,203); }

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