Html Css Color HEX #9F73CB Amethyst

📋 copy color: '#9F73CB'

red 159 ◦ green 115 ◦ blue 203

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

Shades of Amethyst #9F73CB

Tints of Amethyst #9F73CB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.11%

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

R = 33.33%
G = 24.11%
B = 42.56%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F73CB (or 0x9F73CB) is known color: Amethyst. HEX triplet: 9F, 73 and CB. RGB value is (159,115,203). Sum of RGB (Red+Green+Blue) = 159+115+203=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F73CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F73CB is #608C34. Grayscale: #898989. Windows color (decimal): -6327349 or 13333407. OLE color: 13333407.

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

Color convert

RGB 159 115 203 -
CMYK 0.22 0.43 0 0.20
HSL 270º 0.46% 0.62% -
HSV(B) 270º 0.43% 0.8% -
XYZ 31.21 23.94 59.48 -
YUV 138.19 164.58 142.84 -
System Red Green Blue C M Y K H S L
Decimal 159 115 203 0.22 0.43 0 0.20 270 0.46 0.62
Hex 9F 73 CB 16 2B 0 14 10E 2E 3E
Octal 237 163 313 26 53 0 24 416 56 76
Binary 10011111 1110011 11001011 10110 101011 0 10100 100001110 101110 111110

Color Harmonies of #9F73CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F73CB

Black with #9F73CB

Text Example


Text Example

White with #9F73CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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