Html Css Color HEX #966DCE Amethyst

📋 copy color: '#966DCE'

red 150 ◦ green 109 ◦ blue 206

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

Shades of Amethyst #966DCE

Tints of Amethyst #966DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.44%

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

R = 32.26%
G = 23.44%
B = 44.3%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#966DCE (or 0x966DCE) is known color: Amethyst. HEX triplet: 96, 6D and CE. RGB value is (150,109,206). Sum of RGB (Red+Green+Blue) = 150+109+206=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #966DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DCE is #699231. Grayscale: #838383. Windows color (decimal): -6918706 or 13528470. OLE color: 13528470.

HSL color Cylindrical-coordinate representation of color #966DCE: hue angle of 265.36º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #966DCE is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 109 206 -
CMYK 0.27 0.47 0 0.19
HSL 265.36º 0.5% 0.62% -
HSV(B) 265.36º 0.47% 0.81% -
XYZ 29.19 21.88 61.08 -
YUV 132.32 169.58 140.61 -
System Red Green Blue C M Y K H S L
Decimal 150 109 206 0.27 0.47 0 0.19 265.36 0.5 0.62
Hex 96 6D CE 1B 2F 0 13 109 32 3E
Octal 226 155 316 33 57 0 23 411 62 76
Binary 10010110 1101101 11001110 11011 101111 0 10011 100001001 110010 111110

Color Harmonies of #966DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966DCE

Black with #966DCE

Text Example


Text Example

White with #966DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,109,206); }

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

background-color css

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

 a { background-color: rgb(150,109,206); }

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

border-color css

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

 span { border-color: rgb(150,109,206); }

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