Html Css Color HEX #9F71CB Amethyst

📋 copy color: '#9F71CB'

red 159 ◦ green 113 ◦ blue 203

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

Shades of Amethyst #9F71CB

Tints of Amethyst #9F71CB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.79%

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

R = 33.47%
G = 23.79%
B = 42.74%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F71CB (or 0x9F71CB) is known color: Amethyst. HEX triplet: 9F, 71 and CB. RGB value is (159,113,203). Sum of RGB (Red+Green+Blue) = 159+113+203=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F71CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F71CB is #608E34. Grayscale: #888888. Windows color (decimal): -6327861 or 13332895. OLE color: 13332895.

HSL color Cylindrical-coordinate representation of color #9F71CB: hue angle of 270.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F71CB is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 113 203 -
CMYK 0.22 0.44 0 0.20
HSL 270.67º 0.46% 0.62% -
HSV(B) 270.67º 0.44% 0.8% -
XYZ 30.98 23.49 59.4 -
YUV 137.01 165.24 143.68 -
System Red Green Blue C M Y K H S L
Decimal 159 113 203 0.22 0.44 0 0.20 270.67 0.46 0.62
Hex 9F 71 CB 16 2C 0 14 10F 2E 3E
Octal 237 161 313 26 54 0 24 417 56 76
Binary 10011111 1110001 11001011 10110 101100 0 10100 100001111 101110 111110

Color Harmonies of #9F71CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F71CB

Black with #9F71CB

Text Example


Text Example

White with #9F71CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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