Html Css Color HEX #966BCE Amethyst

📋 copy color: '#966BCE'

red 150 ◦ green 107 ◦ blue 206

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

Shades of Amethyst #966BCE

Tints of Amethyst #966BCE

RGB

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

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

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

R = 32.4%
G = 23.11%
B = 44.49%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#966BCE (or 0x966BCE) is known color: Amethyst. HEX triplet: 96, 6B and CE. RGB value is (150,107,206). Sum of RGB (Red+Green+Blue) = 150+107+206=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #966BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966BCE is #699431. Grayscale: #828282. Windows color (decimal): -6919218 or 13527958. OLE color: 13527958.

HSL color Cylindrical-coordinate representation of color #966BCE: hue angle of 266.06º 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 #966BCE is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 107 206 -
CMYK 0.27 0.48 0 0.19
HSL 266.06º 0.5% 0.61% -
HSV(B) 266.06º 0.48% 0.81% -
XYZ 28.98 21.46 61.01 -
YUV 131.14 170.25 141.45 -
System Red Green Blue C M Y K H S L
Decimal 150 107 206 0.27 0.48 0 0.19 266.06 0.5 0.61
Hex 96 6B CE 1B 30 0 13 10A 32 3D
Octal 226 153 316 33 60 0 23 412 62 75
Binary 10010110 1101011 11001110 11011 110000 0 10011 100001010 110010 111101

Color Harmonies of #966BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966BCE

Black with #966BCE

Text Example


Text Example

White with #966BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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