Html Css Color HEX #966BAB Ce Soir

📋 copy color: '#966BAB'

red 150 ◦ green 107 ◦ blue 171

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

Shades of Ce Soir #966BAB

Tints of Ce Soir #966BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.95%

R = 35.05%
G = 25%
B = 39.95%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#966BAB (or 0x966BAB) is known color: Ce Soir. HEX triplet: 96, 6B and AB. RGB value is (150,107,171). Sum of RGB (Red+Green+Blue) = 150+107+171=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #966BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966BAB is #699454. Grayscale: #7E7E7E. Windows color (decimal): -6919253 or 11234198. OLE color: 11234198.

HSL color Cylindrical-coordinate representation of color #966BAB: hue angle of 280.31º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #966BAB is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 107 171 -
CMYK 0.12 0.37 0 0.33
HSL 280.31º 0.28% 0.55% -
HSV(B) 280.31º 0.37% 0.67% -
XYZ 25.19 19.94 41.05 -
YUV 127.15 152.75 144.3 -
System Red Green Blue C M Y K H S L
Decimal 150 107 171 0.12 0.37 0 0.33 280.31 0.28 0.55
Hex 96 6B AB C 25 0 21 118 1C 37
Octal 226 153 253 14 45 0 41 430 34 67
Binary 10010110 1101011 10101011 1100 100101 0 100001 100011000 11100 110111

Color Harmonies of #966BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966BAB

Black with #966BAB

Text Example


Text Example

White with #966BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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