Html Css Color HEX #946EB2 Ce Soir

📋 copy color: '#946EB2'

red 148 ◦ green 110 ◦ blue 178

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

Shades of Ce Soir #946EB2

Tints of Ce Soir #946EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.83%

R = 33.94%
G = 25.23%
B = 40.83%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#946EB2 (or 0x946EB2) is known color: Ce Soir. HEX triplet: 94, 6E and B2. RGB value is (148,110,178). Sum of RGB (Red+Green+Blue) = 148+110+178=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 178 - color contains mainly: blue. Hex color #946EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946EB2 is #6B914D. Grayscale: #808080. Windows color (decimal): -7049550 or 11693716. OLE color: 11693716.

HSL color Cylindrical-coordinate representation of color #946EB2: hue angle of 273.53º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #946EB2 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 148 110 178 -
CMYK 0.17 0.38 0 0.30
HSL 273.53º 0.31% 0.56% -
HSV(B) 273.53º 0.38% 0.7% -
XYZ 25.82 20.66 44.75 -
YUV 129.11 155.59 141.47 -
System Red Green Blue C M Y K H S L
Decimal 148 110 178 0.17 0.38 0 0.30 273.53 0.31 0.56
Hex 94 6E B2 11 26 0 1E 112 1F 38
Octal 224 156 262 21 46 0 36 422 37 70
Binary 10010100 1101110 10110010 10001 100110 0 11110 100010010 11111 111000

Color Harmonies of #946EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946EB2

Black with #946EB2

Text Example


Text Example

White with #946EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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