Html Css Color HEX #966ACF Amethyst

📋 copy color: '#966ACF'

red 150 ◦ green 106 ◦ blue 207

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

Shades of Amethyst #966ACF

Tints of Amethyst #966ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.89%

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

R = 32.4%
G = 22.89%
B = 44.71%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#966ACF (or 0x966ACF) is known color: Amethyst. HEX triplet: 96, 6A and CF. RGB value is (150,106,207). Sum of RGB (Red+Green+Blue) = 150+106+207=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #966ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966ACF is #699530. Grayscale: #828282. Windows color (decimal): -6919473 or 13593238. OLE color: 13593238.

HSL color Cylindrical-coordinate representation of color #966ACF: hue angle of 266.14º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #966ACF is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 106 207 -
CMYK 0.28 0.49 0 0.19
HSL 266.14º 0.51% 0.61% -
HSV(B) 266.14º 0.49% 0.81% -
XYZ 28.99 21.3 61.61 -
YUV 130.67 171.08 141.79 -
System Red Green Blue C M Y K H S L
Decimal 150 106 207 0.28 0.49 0 0.19 266.14 0.51 0.61
Hex 96 6A CF 1C 31 0 13 10A 33 3D
Octal 226 152 317 34 61 0 23 412 63 75
Binary 10010110 1101010 11001111 11100 110001 0 10011 100001010 110011 111101

Color Harmonies of #966ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966ACF

Black with #966ACF

Text Example


Text Example

White with #966ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966ACF; }

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

 H1.HeaderClassName
 {
   color: #966ACF;
 }
 .AnyTagClassName
 {
   color: #966ACF;
 }
</style>

background-color css

<style>
 a { background-color: #966ACF; }

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

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

border-color css

<style>
 span { border-color: #966ACF; }

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

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