Html Css Color HEX #9F72CB Amethyst

📋 copy color: '#9F72CB'

red 159 ◦ green 114 ◦ blue 203

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

Shades of Amethyst #9F72CB

Tints of Amethyst #9F72CB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.95%

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

R = 33.4%
G = 23.95%
B = 42.65%

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

#9F72CB (or 0x9F72CB) is known color: Amethyst. HEX triplet: 9F, 72 and CB. RGB value is (159,114,203). Sum of RGB (Red+Green+Blue) = 159+114+203=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F72CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F72CB is #608D34. Grayscale: #898989. Windows color (decimal): -6327605 or 13333151. OLE color: 13333151.

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

Color convert

RGB 159 114 203 -
CMYK 0.22 0.44 0 0.20
HSL 270.34º 0.46% 0.62% -
HSV(B) 270.34º 0.44% 0.8% -
XYZ 31.09 23.72 59.44 -
YUV 137.6 164.91 143.26 -
System Red Green Blue C M Y K H S L
Decimal 159 114 203 0.22 0.44 0 0.20 270.34 0.46 0.62
Hex 9F 72 CB 16 2C 0 14 10E 2E 3E
Octal 237 162 313 26 54 0 24 416 56 76
Binary 10011111 1110010 11001011 10110 101100 0 10100 100001110 101110 111110

Color Harmonies of #9F72CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F72CB

Black with #9F72CB

Text Example


Text Example

White with #9F72CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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