Html Css Color HEX #946EA4 Ce Soir

📋 copy color: '#946EA4'

red 148 ◦ green 110 ◦ blue 164

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

Shades of Ce Soir #946EA4

Tints of Ce Soir #946EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.86%

R = 35.07%
G = 26.07%
B = 38.86%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#946EA4 (or 0x946EA4) is known color: Ce Soir. HEX triplet: 94, 6E and A4. RGB value is (148,110,164). Sum of RGB (Red+Green+Blue) = 148+110+164=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 164 - color contains mainly: blue. Hex color #946EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946EA4 is #6B915B. Grayscale: #7F7F7F. Windows color (decimal): -7049564 or 10776212. OLE color: 10776212.

HSL color Cylindrical-coordinate representation of color #946EA4: hue angle of 282.22º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #946EA4 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 110 164 -
CMYK 0.10 0.33 0 0.36
HSL 282.22º 0.23% 0.54% -
HSV(B) 282.22º 0.33% 0.64% -
XYZ 24.49 20.13 37.72 -
YUV 127.52 148.59 142.61 -
System Red Green Blue C M Y K H S L
Decimal 148 110 164 0.10 0.33 0 0.36 282.22 0.23 0.54
Hex 94 6E A4 A 21 0 24 11A 17 36
Octal 224 156 244 12 41 0 44 432 27 66
Binary 10010100 1101110 10100100 1010 100001 0 100100 100011010 10111 110110

Color Harmonies of #946EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946EA4

Black with #946EA4

Text Example


Text Example

White with #946EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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