Html Css Color HEX #9668CF Amethyst

📋 copy color: '#9668CF'

red 150 ◦ green 104 ◦ blue 207

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

Shades of Amethyst #9668CF

Tints of Amethyst #9668CF

RGB

 RED value IS 150 (58.98% from 255) = 32.54%

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

 BLUE value IS 207 (81.25% from 255) = 44.9%

R = 32.54%
G = 22.56%
B = 44.9%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9668CF (or 0x9668CF) is known color: Amethyst. HEX triplet: 96, 68 and CF. RGB value is (150,104,207). Sum of RGB (Red+Green+Blue) = 150+104+207=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #9668CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9668CF is #699730. Grayscale: #818181. Windows color (decimal): -6919985 or 13592726. OLE color: 13592726.

HSL color Cylindrical-coordinate representation of color #9668CF: hue angle of 266.8º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9668CF is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 104 207 -
CMYK 0.28 0.50 0 0.19
HSL 266.8º 0.52% 0.61% -
HSV(B) 266.8º 0.5% 0.81% -
XYZ 28.79 20.89 61.55 -
YUV 129.5 171.74 142.62 -
System Red Green Blue C M Y K H S L
Decimal 150 104 207 0.28 0.50 0 0.19 266.8 0.52 0.61
Hex 96 68 CF 1C 32 0 13 10B 34 3D
Octal 226 150 317 34 62 0 23 413 64 75
Binary 10010110 1101000 11001111 11100 110010 0 10011 100001011 110100 111101

Color Harmonies of #9668CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9668CF

Black with #9668CF

Text Example


Text Example

White with #9668CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9668CF; }

 p { color: rgb(150,104,207); }

 H1.HeaderClassName
 {
   color: #9668CF;
 }
 .AnyTagClassName
 {
   color: #9668CF;
 }
</style>

background-color css

<style>
 a { background-color: #9668CF; }

 a { background-color: rgb(150,104,207); }

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

border-color css

<style>
 span { border-color: #9668CF; }

 span { border-color: rgb(150,104,207); }

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