Html Css Color HEX #946BAC Ce Soir

📋 copy color: '#946BAC'

red 148 ◦ green 107 ◦ blue 172

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

Shades of Ce Soir #946BAC

Tints of Ce Soir #946BAC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.06%

 BLUE value IS 172 (67.58% from 255) = 40.28%

R = 34.66%
G = 25.06%
B = 40.28%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#946BAC (or 0x946BAC) is known color: Ce Soir. HEX triplet: 94, 6B and AC. RGB value is (148,107,172). Sum of RGB (Red+Green+Blue) = 148+107+172=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #946BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946BAC is #6B9453. Grayscale: #7E7E7E. Windows color (decimal): -7050324 or 11299732. OLE color: 11299732.

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

Color convert

RGB 148 107 172 -
CMYK 0.14 0.38 0 0.33
HSL 277.85º 0.28% 0.55% -
HSV(B) 277.85º 0.38% 0.67% -
XYZ 24.92 19.79 41.54 -
YUV 126.67 153.58 143.21 -
System Red Green Blue C M Y K H S L
Decimal 148 107 172 0.14 0.38 0 0.33 277.85 0.28 0.55
Hex 94 6B AC E 26 0 21 116 1C 37
Octal 224 153 254 16 46 0 41 426 34 67
Binary 10010100 1101011 10101100 1110 100110 0 100001 100010110 11100 110111

Color Harmonies of #946BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946BAC

Black with #946BAC

Text Example


Text Example

White with #946BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,107,172); }

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

background-color css

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

 a { background-color: rgb(148,107,172); }

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

border-color css

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

 span { border-color: rgb(148,107,172); }

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