Html Css Color HEX #946EAB Ce Soir

📋 copy color: '#946EAB'

red 148 ◦ green 110 ◦ blue 171

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

Shades of Ce Soir #946EAB

Tints of Ce Soir #946EAB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.64%

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

R = 34.5%
G = 25.64%
B = 39.86%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#946EAB (or 0x946EAB) is known color: Ce Soir. HEX triplet: 94, 6E and AB. RGB value is (148,110,171). Sum of RGB (Red+Green+Blue) = 148+110+171=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #946EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946EAB is #6B9154. Grayscale: #808080. Windows color (decimal): -7049557 or 11234964. OLE color: 11234964.

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

Color convert

RGB 148 110 171 -
CMYK 0.13 0.36 0 0.33
HSL 277.38º 0.27% 0.55% -
HSV(B) 277.38º 0.36% 0.67% -
XYZ 25.14 20.39 41.14 -
YUV 128.32 152.09 142.04 -
System Red Green Blue C M Y K H S L
Decimal 148 110 171 0.13 0.36 0 0.33 277.38 0.27 0.55
Hex 94 6E AB D 24 0 21 115 1B 37
Octal 224 156 253 15 44 0 41 425 33 67
Binary 10010100 1101110 10101011 1101 100100 0 100001 100010101 11011 110111

Color Harmonies of #946EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946EAB

Black with #946EAB

Text Example


Text Example

White with #946EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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