Html Css Color HEX #9F68D7 Amethyst

📋 copy color: '#9F68D7'

red 159 ◦ green 104 ◦ blue 215

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

Shades of Amethyst #9F68D7

Tints of Amethyst #9F68D7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.76%

 BLUE value IS 215 (84.38% from 255) = 44.98%

R = 33.26%
G = 21.76%
B = 44.98%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9F68D7 (or 0x9F68D7) is known color: Amethyst. HEX triplet: 9F, 68 and D7. RGB value is (159,104,215). Sum of RGB (Red+Green+Blue) = 159+104+215=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 215 - color contains mainly: blue. Hex color #9F68D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F68D7 is #609728. Grayscale: #848484. Windows color (decimal): -6330153 or 14117023. OLE color: 14117023.

HSL color Cylindrical-coordinate representation of color #9F68D7: hue angle of 269.73º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F68D7 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 104 215 -
CMYK 0.26 0.52 0 0.16
HSL 269.73º 0.58% 0.63% -
HSV(B) 269.73º 0.52% 0.84% -
XYZ 31.51 22.18 66.91 -
YUV 133.1 174.22 146.47 -
System Red Green Blue C M Y K H S L
Decimal 159 104 215 0.26 0.52 0 0.16 269.73 0.58 0.63
Hex 9F 68 D7 1A 34 0 10 10E 3A 3F
Octal 237 150 327 32 64 0 20 416 72 77
Binary 10011111 1101000 11010111 11010 110100 0 10000 100001110 111010 111111

Color Harmonies of #9F68D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F68D7

Black with #9F68D7

Text Example


Text Example

White with #9F68D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,104,215); }

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

background-color css

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

 a { background-color: rgb(159,104,215); }

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

border-color css

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

 span { border-color: rgb(159,104,215); }

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