Html Css Color HEX #9F6FCE Amethyst

📋 copy color: '#9F6FCE'

red 159 ◦ green 111 ◦ blue 206

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

Shades of Amethyst #9F6FCE

Tints of Amethyst #9F6FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.32%

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 33.4%
G = 23.32%
B = 43.28%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F6FCE (or 0x9F6FCE) is known color: Amethyst. HEX triplet: 9F, 6F and CE. RGB value is (159,111,206). Sum of RGB (Red+Green+Blue) = 159+111+206=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F6FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6FCE is #609031. Grayscale: #878787. Windows color (decimal): -6328370 or 13528991. OLE color: 13528991.

HSL color Cylindrical-coordinate representation of color #9F6FCE: hue angle of 270.32º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F6FCE is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 111 206 -
CMYK 0.23 0.46 0 0.19
HSL 270.32º 0.49% 0.62% -
HSV(B) 270.32º 0.46% 0.81% -
XYZ 31.12 23.2 61.23 -
YUV 136.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 159 111 206 0.23 0.46 0 0.19 270.32 0.49 0.62
Hex 9F 6F CE 17 2E 0 13 10E 31 3E
Octal 237 157 316 27 56 0 23 416 61 76
Binary 10011111 1101111 11001110 10111 101110 0 10011 100001110 110001 111110

Color Harmonies of #9F6FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6FCE

Black with #9F6FCE

Text Example


Text Example

White with #9F6FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,111,206); }

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

background-color css

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

 a { background-color: rgb(159,111,206); }

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

border-color css

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

 span { border-color: rgb(159,111,206); }

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