Html Css Color HEX #967AAB Ce Soir

📋 copy color: '#967AAB'

red 150 ◦ green 122 ◦ blue 171

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

Shades of Ce Soir #967AAB

Tints of Ce Soir #967AAB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.54%

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

R = 33.86%
G = 27.54%
B = 38.6%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#967AAB (or 0x967AAB) is known color: Ce Soir. HEX triplet: 96, 7A and AB. RGB value is (150,122,171). Sum of RGB (Red+Green+Blue) = 150+122+171=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #967AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967AAB is #698554. Grayscale: #878787. Windows color (decimal): -6915413 or 11238038. OLE color: 11238038.

HSL color Cylindrical-coordinate representation of color #967AAB: hue angle of 274.29º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #967AAB is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 122 171 -
CMYK 0.12 0.29 0 0.33
HSL 274.29º 0.23% 0.57% -
HSV(B) 274.29º 0.29% 0.67% -
XYZ 26.89 23.34 41.62 -
YUV 135.96 147.78 138.02 -
System Red Green Blue C M Y K H S L
Decimal 150 122 171 0.12 0.29 0 0.33 274.29 0.23 0.57
Hex 96 7A AB C 1D 0 21 112 17 39
Octal 226 172 253 14 35 0 41 422 27 71
Binary 10010110 1111010 10101011 1100 11101 0 100001 100010010 10111 111001

Color Harmonies of #967AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967AAB

Black with #967AAB

Text Example


Text Example

White with #967AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967AAB; }

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

 H1.HeaderClassName
 {
   color: #967AAB;
 }
 .AnyTagClassName
 {
   color: #967AAB;
 }
</style>

background-color css

<style>
 a { background-color: #967AAB; }

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

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

border-color css

<style>
 span { border-color: #967AAB; }

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

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