Html Css Color HEX #9F5BCB Amethyst

📋 copy color: '#9F5BCB'

red 159 ◦ green 91 ◦ blue 203

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

Shades of Amethyst #9F5BCB

Tints of Amethyst #9F5BCB

RGB

 RED value IS 159 (62.5% from 255) = 35.1%

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

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

R = 35.1%
G = 20.09%
B = 44.81%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F5BCB (or 0x9F5BCB) is known color: Amethyst. HEX triplet: 9F, 5B and CB. RGB value is (159,91,203). Sum of RGB (Red+Green+Blue) = 159+91+203=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F5BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5BCB is #60A434. Grayscale: #7B7B7B. Windows color (decimal): -6333493 or 13327263. OLE color: 13327263.

HSL color Cylindrical-coordinate representation of color #9F5BCB: hue angle of 276.43º 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 #9F5BCB is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 91 203 -
CMYK 0.22 0.55 0 0.20
HSL 276.43º 0.52% 0.58% -
HSV(B) 276.43º 0.55% 0.8% -
XYZ 28.82 19.16 58.68 -
YUV 124.1 172.53 152.89 -
System Red Green Blue C M Y K H S L
Decimal 159 91 203 0.22 0.55 0 0.20 276.43 0.52 0.58
Hex 9F 5B CB 16 37 0 14 114 34 3A
Octal 237 133 313 26 67 0 24 424 64 72
Binary 10011111 1011011 11001011 10110 110111 0 10100 100010100 110100 111010

Color Harmonies of #9F5BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5BCB

Black with #9F5BCB

Text Example


Text Example

White with #9F5BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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