Html Css Color HEX #9F6BCE Amethyst

📋 copy color: '#9F6BCE'

red 159 ◦ green 107 ◦ blue 206

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

Shades of Amethyst #9F6BCE

Tints of Amethyst #9F6BCE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.67%

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

R = 33.69%
G = 22.67%
B = 43.64%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F6BCE (or 0x9F6BCE) is known color: Amethyst. HEX triplet: 9F, 6B and CE. RGB value is (159,107,206). Sum of RGB (Red+Green+Blue) = 159+107+206=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F6BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6BCE is #609431. Grayscale: #858585. Windows color (decimal): -6329394 or 13527967. OLE color: 13527967.

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

Color convert

RGB 159 107 206 -
CMYK 0.23 0.48 0 0.19
HSL 271.52º 0.5% 0.61% -
HSV(B) 271.52º 0.48% 0.81% -
XYZ 30.7 22.34 61.09 -
YUV 133.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 159 107 206 0.23 0.48 0 0.19 271.52 0.5 0.61
Hex 9F 6B CE 17 30 0 13 110 32 3D
Octal 237 153 316 27 60 0 23 420 62 75
Binary 10011111 1101011 11001110 10111 110000 0 10011 100010000 110010 111101

Color Harmonies of #9F6BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6BCE

Black with #9F6BCE

Text Example


Text Example

White with #9F6BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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