Html Css Color HEX #966BCB Amethyst

📋 copy color: '#966BCB'

red 150 ◦ green 107 ◦ blue 203

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

Shades of Amethyst #966BCB

Tints of Amethyst #966BCB

RGB

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

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

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

R = 32.61%
G = 23.26%
B = 44.13%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#966BCB (or 0x966BCB) is known color: Amethyst. HEX triplet: 96, 6B and CB. RGB value is (150,107,203). Sum of RGB (Red+Green+Blue) = 150+107+203=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #966BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966BCB is #699434. Grayscale: #828282. Windows color (decimal): -6919221 or 13331350. OLE color: 13331350.

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

Color convert

RGB 150 107 203 -
CMYK 0.26 0.47 0 0.20
HSL 266.88º 0.48% 0.61% -
HSV(B) 266.88º 0.47% 0.8% -
XYZ 28.61 21.31 59.11 -
YUV 130.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 150 107 203 0.26 0.47 0 0.20 266.88 0.48 0.61
Hex 96 6B CB 1A 2F 0 14 10B 30 3D
Octal 226 153 313 32 57 0 24 413 60 75
Binary 10010110 1101011 11001011 11010 101111 0 10100 100001011 110000 111101

Color Harmonies of #966BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966BCB

Black with #966BCB

Text Example


Text Example

White with #966BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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