Html Css Color HEX #966ACB Amethyst

📋 copy color: '#966ACB'

red 150 ◦ green 106 ◦ blue 203

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

Shades of Amethyst #966ACB

Tints of Amethyst #966ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 32.68%
G = 23.09%
B = 44.23%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#966ACB (or 0x966ACB) is known color: Amethyst. HEX triplet: 96, 6A and CB. RGB value is (150,106,203). Sum of RGB (Red+Green+Blue) = 150+106+203=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #966ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966ACB is #699534. Grayscale: #818181. Windows color (decimal): -6919477 or 13331094. OLE color: 13331094.

HSL color Cylindrical-coordinate representation of color #966ACB: hue angle of 267.22º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #966ACB is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 106 203 -
CMYK 0.26 0.48 0 0.20
HSL 267.22º 0.48% 0.61% -
HSV(B) 267.22º 0.48% 0.8% -
XYZ 28.51 21.1 59.07 -
YUV 130.21 169.08 142.11 -
System Red Green Blue C M Y K H S L
Decimal 150 106 203 0.26 0.48 0 0.20 267.22 0.48 0.61
Hex 96 6A CB 1A 30 0 14 10B 30 3D
Octal 226 152 313 32 60 0 24 413 60 75
Binary 10010110 1101010 11001011 11010 110000 0 10100 100001011 110000 111101

Color Harmonies of #966ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966ACB

Black with #966ACB

Text Example


Text Example

White with #966ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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