Html Css Color HEX #946AAB Ce Soir

📋 copy color: '#946AAB'

red 148 ◦ green 106 ◦ blue 171

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

Shades of Ce Soir #946AAB

Tints of Ce Soir #946AAB

RGB

 RED value IS 148 (58.2% from 255) = 34.82%

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

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

R = 34.82%
G = 24.94%
B = 40.24%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#946AAB (or 0x946AAB) is known color: Ce Soir. HEX triplet: 94, 6A and AB. RGB value is (148,106,171). Sum of RGB (Red+Green+Blue) = 148+106+171=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #946AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946AAB is #6B9554. Grayscale: #7D7D7D. Windows color (decimal): -7050581 or 11233940. OLE color: 11233940.

HSL color Cylindrical-coordinate representation of color #946AAB: hue angle of 278.77º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #946AAB is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 106 171 -
CMYK 0.13 0.38 0 0.33
HSL 278.77º 0.28% 0.54% -
HSV(B) 278.77º 0.38% 0.67% -
XYZ 24.72 19.54 41 -
YUV 125.97 153.41 143.71 -
System Red Green Blue C M Y K H S L
Decimal 148 106 171 0.13 0.38 0 0.33 278.77 0.28 0.54
Hex 94 6A AB D 26 0 21 117 1C 36
Octal 224 152 253 15 46 0 41 427 34 66
Binary 10010100 1101010 10101011 1101 100110 0 100001 100010111 11100 110110

Color Harmonies of #946AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946AAB

Black with #946AAB

Text Example


Text Example

White with #946AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,106,171); }

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

background-color css

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

 a { background-color: rgb(148,106,171); }

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

border-color css

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

 span { border-color: rgb(148,106,171); }

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